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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.Engine Namespace > EasyClientParameters Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(10000)>
Public Property ServerShutdownReconnectDelay As Integer
'Usage
 
Dim instance As EasyClientParameters
Dim value As Integer
 
instance.ServerShutdownReconnectDelay = value
 
value = instance.ServerShutdownReconnectDelay
[DataMember()]
[DefaultValue(10000)]
public int ServerShutdownReconnectDelay {get; set;}
[DataMember()]
[DefaultValue(10000)]
public:
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