Enum WindowsTimeClientType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the synchronization type for the NTP client.
public enum WindowsTimeClientType
Fields
AllSync = 4
The time service uses all the available synchronization mechanisms.
NT5DS = 3
The time service synchronizes from the domain hierarchy.
NoSync = 1
The time service does not synchronize with other sources.
Ntp = 2
The time service synchronizes from the servers specified.
Unknown = 0
The client type is unknown.