Opc.Ua.Core
GenericMethodCalledEventHandler Delegate



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

Parameters

context
method
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

GenericMethodCalledEventHandler Members
Opc.Ua Namespace