Opc.Ua.Core
GenericMethodCalledEventHandler2 Delegate



Opc.Ua Namespace : GenericMethodCalledEventHandler2 Delegate
Used to process a method call.
Syntax
'Declaration
 
Public Delegate Function GenericMethodCalledEventHandler2( _
   ByVal context As ISystemContext, _
   ByVal method As MethodState, _
   ByVal objectId As NodeId, _
   ByVal inputArguments As IList(Of Object), _
   ByVal outputArguments As IList(Of Object) _
) As ServiceResult
'Usage
 
Dim instance As New GenericMethodCalledEventHandler2(AddressOf HandlerMethod)

Parameters

context
method
objectId
inputArguments
outputArguments
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

GenericMethodCalledEventHandler2 Members
Opc.Ua Namespace