Build 1.01.318.0
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The delegate for functions used to receive impersonation events.
Namespace: Opc.Ua.ServerAssembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate void ImpersonateEventHandler( Session session, ImpersonateEventArgs args ) |
| Visual Basic |
|---|
Public Delegate Sub ImpersonateEventHandler ( _ session As Session, _ args As ImpersonateEventArgs _ ) |
| Visual C++ |
|---|
public delegate void ImpersonateEventHandler( Session^ session, ImpersonateEventArgs^ args ) |