Aborts pending transfers (either file transfer or directory listing) identified by the specified user-provided state object.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Sub AbortTransfer ( _
	state As Object _
)
C#
public void AbortTransfer(
	Object state
)

Parameters

state
Type: System..::..Object
A user-provided object that identifies the particular asynchronous transfer.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also