Initiates an asynchronous get time operation.
Initiates an asynchronous get time operation.
public IAsyncResult BeginGetTime();
Initiates an asynchronous get time operation that has a specified state object.
public IAsyncResult BeginGetTime(object);
Initiates an asynchronous get time operation 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 BeginGetTime(object,AsyncCallback);