Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Used to receive notifications when a node produces an event.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate void NodeStateReportEventHandler( ISystemContext context, NodeState node, IFilterTarget e ) |
| Visual Basic |
|---|
Public Delegate Sub NodeStateReportEventHandler ( _ context As ISystemContext, _ node As NodeState, _ e As IFilterTarget _ ) |
| Visual C++ |
|---|
public delegate void NodeStateReportEventHandler( ISystemContext^ context, NodeState^ node, IFilterTarget^ e ) |
Parameters
- context
- Type: Opc.Ua..::..ISystemContext
- node
- Type: Opc.Ua..::..NodeState
- e
- Type: Opc.Ua..::..IFilterTarget