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 pubish error 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 PublishErrorEventHandler( Session session, PublishErrorEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub PublishErrorEventHandler ( _ session As Session, _ e As PublishErrorEventArgs _ ) |
| Visual C++ |
|---|
public delegate void PublishErrorEventHandler( Session^ session, PublishErrorEventArgs^ e ) |