ComponentSpace FTP Class Library Reference

FtpClient.BeginGetRemoteStatus Method ()

Initiates an asynchronous get remote status.

[Visual Basic]
Overloads Public Function BeginGetRemoteStatus() As IAsyncResult
[C#]
public IAsyncResult BeginGetRemoteStatus();

Return Value

The IAsyncResult that identifies the posted asynchronous request.

Remarks

In asynchronous processing, you use BeginGetRemoteStatus to raise the GetRemoteStatusCompleted event when the get remote status has completed. You complete the operation by calling EndGetRemoteStatus.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace | FtpClient.BeginGetRemoteStatus Overload List