Initiates an asynchronous get remote status.
Initiates an asynchronous get remote status.
public IAsyncResult BeginGetRemoteStatus();
Initiates an asynchronous get remote status that has a specified state object.
public IAsyncResult BeginGetRemoteStatus(object);
Initiates an asynchronous get remote status that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.
public IAsyncResult BeginGetRemoteStatus(object,AsyncCallback);