QuickOPC User's Guide and Reference
ServerShutdownReconnectDelay Property (_EasyAEClientParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEClientParameters Interface : ServerShutdownReconnectDelay Property
Server shutdown reconnect delay. Number of milliseconds. If the OPC server indicates that it needs to shutdown, the server is disconnected, and further connection is retried only after this delay elapses.
Syntax
'Declaration
 
Property ServerShutdownReconnectDelay As Integer
'Usage
 
Dim instance As _EasyAEClientParameters
Dim value As Integer
 
instance.ServerShutdownReconnectDelay = value
 
value = instance.ServerShutdownReconnectDelay
int ServerShutdownReconnectDelay {get; set;}
property int ServerShutdownReconnectDelay {
   int get();
   void set (    int value);
}
Remarks

The value must be greater than or equal to zero.

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