EasyUA Reference
DisableHiResClock Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class : DisableHiResClock Property

Glossary Item Box

Disabling / enabling high resolution clock

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim value As Boolean
 
instance.DisableHiResClock = value
 
value = instance.DisableHiResClock
C# 
[DataMemberAttribute(EmitDefaultValue=false, Order=12)]
public bool DisableHiResClock {get; set;}

Property Value

true if high resolutioin clock is disabled; otherwise, false.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.