QuickOPC User's Guide and Reference
MachineReconnectDelay Property (_EasyMachineParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.Engine.ComTypes Namespace > _EasyMachineParameters Interface : MachineReconnectDelay Property
Machine reconnect delay. Number of milliseconds. If operations on specific computer are found to be failing, they will not be re-tried until the machine reconnect delay elapses.
Syntax
'Declaration
 
Property MachineReconnectDelay As Integer
'Usage
 
Dim instance As _EasyMachineParameters
Dim value As Integer
 
instance.MachineReconnectDelay = value
 
value = instance.MachineReconnectDelay
int MachineReconnectDelay {get; set;}
property int MachineReconnectDelay {
   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