Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void ThrottleTransfer(
	long bytesSoFar
)
Visual Basic
Public Sub ThrottleTransfer ( _
	bytesSoFar As Long _
)
Visual C++
public:
void ThrottleTransfer(
	long long bytesSoFar
)

Parameters

bytesSoFar
Type: System..::..Int64

See Also