|
SynchronizeLocalClockForceSync Method
|
Forces local clock synchronization to latest time value.
Namespace: TestingAdaptersAssembly: TestingAdapters (in TestingAdapters.dll) Version: 2.4.207-beta
Syntax [AdapterCommandAttribute("Forces local clock synchronization to absolute latest received time value.",
new string[] { ... })]
public void ForceSync()
<AdapterCommandAttribute("Forces local clock synchronization to absolute latest received time value.",
New String() { ... })>
Public Sub ForceSync
public:
[AdapterCommandAttribute(L"Forces local clock synchronization to absolute latest received time value.",
__gc new array<String^>^ { ... })]
void ForceSync()
[<AdapterCommandAttribute("Forces local clock synchronization to absolute latest received time value.",
new string[] { ... })>]
member ForceSync : unit -> unit
View SourceSee Also