ComponentSpace Internet Time Class Library Reference

NetworkTimeClient.BeginGetTime Method

Initiates an asynchronous get time operation.

Overload List

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);

See Also

NetworkTimeClient Class | ComponentSpace.InternetTime Namespace