Build 1.01.318.0
Assembly: Opc.Ua.Client (in Opc.Ua.Client.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The delegate used to receive keep alive notifications.
Namespace: Opc.Ua.ClientAssembly: Opc.Ua.Client (in Opc.Ua.Client.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate void KeepAliveEventHandler( Session session, KeepAliveEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub KeepAliveEventHandler ( _ session As Session, _ e As KeepAliveEventArgs _ ) |
| Visual C++ |
|---|
public delegate void KeepAliveEventHandler( Session^ session, KeepAliveEventArgs^ e ) |