Occurs when the get remote status has completed.
The event handler receives an argument of type FtpOperationCompletedEventArgs containing data related to this event. The following FtpOperationCompletedEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| AsyncResult | Gets the result of the asynchronous send operation. |
BeginGetRemoteStatus is used in asynchronous processing to raise the GetRemoteStatusCompleted event when the get remote status has completed.
EndGetRemoteStatus is used to complete the operation initiated by a call to BeginGetRemoteStatus and get the get remote status status when the GetRemoteStatusCompleted event is raised.