ComponentSpace FTP Class Library Reference

FtpOperationCompletedEventArgs.AsyncResult Property

Gets the result of the asynchronous send operation.

[Visual Basic]
Public ReadOnly Property AsyncResult As IAsyncResult
[C#]
public System.IAsyncResult AsyncResult {get;}

Property Value

An IAsyncResult that contains the data associated with the send operation.

Remarks

AsyncResult identifies ongoing or completed asynchronous operations.

See Also

FtpOperationCompletedEventArgs Class | ComponentSpace.Ftp Namespace