Execution interval in milliseconds of the KeepAlive emulation thread.
In each interval the thread makes a GetStatus server call and makes client callbacks as required for each activated group. The client has to call the OpcGroup.SetKeepAlive method for at least one group of an OPC DA V2 server for the KeepAlive emulation to be started.
Syntax
Visual Basic (Declaration) | |
---|
Public Property KeepAliveEmulationThreadInterval As Integer
|
C# | |
---|
public int KeepAliveEmulationThreadInterval {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also