Initiates an asynchronous get remote system information.
Initiates an asynchronous get remote system information.
public IAsyncResult BeginGetRemoteSystemInfo();
Initiates an asynchronous get remote system information that has a specified state object.
public IAsyncResult BeginGetRemoteSystemInfo(object);
Initiates an asynchronous get remote system information 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 BeginGetRemoteSystemInfo(object,AsyncCallback);