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 validate a node.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate bool NodeStateValidateHandler( ISystemContext context, NodeState node ) |
| Visual Basic |
|---|
Public Delegate Function NodeStateValidateHandler ( _ context As ISystemContext, _ node As NodeState _ ) As Boolean |
| Visual C++ |
|---|
public delegate bool NodeStateValidateHandler( ISystemContext^ context, NodeState^ node ) |