Opc.Ua.Core
NodeValueSimpleEventHandler Delegate



Opc.Ua Namespace : NodeValueSimpleEventHandler Delegate
Used to receive notifications when the value attribute is read or written.
Syntax
'Declaration
 
Public Delegate Function NodeValueSimpleEventHandler( _
   ByVal context As ISystemContext, _
   ByVal node As NodeState, _
   ByRef value As Object _
) As ServiceResult
'Usage
 
Dim instance As New NodeValueSimpleEventHandler(AddressOf HandlerMethod)
public delegate ServiceResult NodeValueSimpleEventHandler( 
   ISystemContext context,
   NodeState node,
   ref object value
)
public delegate ServiceResult^ NodeValueSimpleEventHandler( 
   ISystemContext^ context,
   NodeState^ node,
   Object^% value
)

Parameters

context
node
value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeValueSimpleEventHandler Members
Opc.Ua Namespace