QuickOPC User's Guide and Reference
DefaultKeepAliveIntervalDebug Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientSessionParameters Class : DefaultKeepAliveIntervalDebug Field
Default value of the KeepAliveIntervalDebug property.
Syntax
'Declaration
 
Public Const DefaultKeepAliveIntervalDebug As Integer
'Usage
 
Dim value As Integer
 
value = UAClientSessionParameters.DefaultKeepAliveIntervalDebug
public const int DefaultKeepAliveIntervalDebug
public:
const int DefaultKeepAliveIntervalDebug
Remarks

Note that by default, KeepAliveIntervalDebug value gets effectively clamped to 25% of the SessionTimeoutDebug.

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