JAMS 6.x Help
Upload Method


For uploads with a Stopwatch
Syntax
'Declaration
 
<System.ObsoleteAttribute()>
Public Shared Function Upload( _
   ByVal file As System.String, _
   ByVal stopwatch As System.Diagnostics.Stopwatch _
) As System.String
'Usage
 
Dim file As System.String
Dim stopwatch As System.Diagnostics.Stopwatch
Dim value As System.String
 
value = CalculateTransfer.Upload(file, stopwatch)
[System.Obsolete()]
public static System.string Upload( 
   System.string file,
   System.Diagnostics.Stopwatch stopwatch
)

Parameters

file
stopwatch
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CalculateTransfer Class
CalculateTransfer Members