Name | Description | |
---|---|---|
![]() | TimeClient Constructor | Overloaded. Initializes a new instance of TimeClient class with a container. |
Name | Description | |
---|---|---|
![]() | InvokeFromCurrentThreads | Gets a value indicating whether to raise events from the current thread or
to use a SynchronizationContext object available when an asynchronous operation was started.
The default value is false . (Inherited from TimeClientBase) |
![]() | ServerName | Gets or sets the server address. (Inherited from TimeClientBase) |
![]() | ServerPort | Gets or sets the server port. (Inherited from TimeClientBase) |
![]() | Timeout | Gets or sets the maximum amount of time the client waits for response from the time server (before giving up and reporting failure). Set to 0 (zero) to indicate that the request does not timeout. (Inherited from TimeClientBase) |
![]() | UseTcp | Gets or sets a value indicating whether to use the TCP protocol (default is UDP). |
Name | Description | |
---|---|---|
![]() ![]() | DefaultPort | Default TIME port number (37). |
Name | Description | |
---|---|---|
![]() | GetTime | Sends a request for time to the TIME server passed to the constructor and waits for the answer that contains the time value. (Inherited from TimeClientBase) |
![]() ![]() | SynchronizeSystemClock | Overloaded. Synchronize the local time with the TIME server. |
![]() | SynchronizeSystemTime | Synchronize the local time with the server. (Inherited from TimeClientBase) |
![]() | SynchronizeSystemTimeAsync | Synchronizes the local time with the server asynchronously. (Inherited from TimeClientBase) |
Name | Description | |
---|---|---|
![]() | OnSynchronizeSystemTimeCompleted | Raises the SynchronizeSystemTimeCompleted event. (Inherited from TimeClientBase) |
Name | Description | |
---|---|---|
![]() | SynchronizeSystemTimeCompleted | Occurs when an asynchronous local and server time synchronization completes. (Inherited from TimeClientBase) |