QuickOPC User's Guide and Reference
ServerStatusCheckPeriod Property (_EasyClientParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.Engine.ComTypes Namespace > _EasyClientParameters Interface : ServerStatusCheckPeriod Property
Server status check period. Number of milliseconds. Determines how often the system periodically checks the status of the OPC server (by calling IOPCServer::GetStatus method).
Syntax
'Declaration
 
Property ServerStatusCheckPeriod As Integer
'Usage
 
Dim instance As _EasyClientParameters
Dim value As Integer
 
instance.ServerStatusCheckPeriod = value
 
value = instance.ServerStatusCheckPeriod
int ServerStatusCheckPeriod {get; set;}
property int ServerStatusCheckPeriod {
   int get();
   void set (    int value);
}
Remarks

The value must be greater than zero, or it must be equal to System.Threading.Timeout.Infinite.

This parameters has effect in both OPC Classic and OPC XML-DA.

This property is used by following client implementations:

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also