Opc.Ua.Core
Call(ISystemContext,NodeId,IList<Object>,IList<Object>) Method



Opc.Ua Namespace > MethodState Class > Call Method : Call(ISystemContext,NodeId,IList<Object>,IList<Object>) Method
The current context.
The id of the object.
The input arguments which have been already validated.
The output arguments which have initialized with thier default values.
Invokes the method, returns the result and output argument.
Syntax
'Declaration
 
Protected Overloads Overridable Function Call( _
   ByVal context As ISystemContext, _
   ByVal objectId As NodeId, _
   ByVal inputArguments As IList(Of Object), _
   ByVal outputArguments As IList(Of Object) _
) As ServiceResult
'Usage
 
Dim instance As MethodState
Dim context As ISystemContext
Dim objectId As NodeId
Dim inputArguments As IList(Of Object)
Dim outputArguments As IList(Of Object)
Dim value As ServiceResult
 
value = instance.Call(context, objectId, inputArguments, outputArguments)

Parameters

context
The current context.
objectId
The id of the object.
inputArguments
The input arguments which have been already validated.
outputArguments
The output arguments which have initialized with thier default values.
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

MethodState Class
MethodState Members
Overload List