Opc.Ua.Core
NodeValueEventHandler Delegate



Opc.Ua Namespace : NodeValueEventHandler Delegate
Used to receive notifications when the value attribute is read or written.
Syntax
'Declaration
 
Public Delegate Function NodeValueEventHandler( _
   ByVal context As ISystemContext, _
   ByVal node As NodeState, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByRef value As Object, _
   ByRef statusCode As StatusCode, _
   ByRef timestamp As Date _
) As ServiceResult
'Usage
 
Dim instance As New NodeValueEventHandler(AddressOf HandlerMethod)

Parameters

context
node
indexRange
dataEncoding
value
statusCode
timestamp
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

NodeValueEventHandler Members
Opc.Ua Namespace