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 non-value attribute is read or written.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate ServiceResult NodeAttributeEventHandler<T>( ISystemContext context, NodeState node, ref T value ) |
| Visual Basic |
|---|
Public Delegate Function NodeAttributeEventHandler(Of T) ( _ context As ISystemContext, _ node As NodeState, _ ByRef value As T _ ) As ServiceResult |
| Visual C++ |
|---|
generic<typename T> public delegate ServiceResult^ NodeAttributeEventHandler( ISystemContext^ context, NodeState^ node, T% value ) |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Opc.Ua.NodeAttributeEventHandler`1"]