'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)
protected virtual ServiceResult Call( ISystemContext context, NodeId objectId, IList<object> inputArguments, IList<object> outputArguments )
protected: virtual ServiceResult^ Call( ISystemContext^ context, NodeId^ objectId, IList<Object^>^ inputArguments, IList<Object^>^ 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.