ComponentSpace Internet Time Class Library Reference

GetTimeCompletedEventArgs Class

Provides data for the GetTimeCompleted event.

For a list of all members of this type, see GetTimeCompletedEventArgs Members.

System.Object
   System.EventArgs
      ComponentSpace.InternetTime.GetTimeCompletedEventArgs

[Visual Basic]
Public Class GetTimeCompletedEventArgs
    Inherits EventArgs
[C#]
public class GetTimeCompletedEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The GetTimeCompleted event is raised by the DaytimeClient, NetworkTimeClient and TimeClient. It contains all the information needed to complete the asynchronous time operation.

Requirements

Namespace: ComponentSpace.InternetTime

Assembly: ComponentSpace.InternetTime (in ComponentSpace.InternetTime.dll)

See Also

GetTimeCompletedEventArgs Members | ComponentSpace.InternetTime Namespace