EasyUA Reference
Call(ISystemContext,NodeId,IList<Variant>,IList<ServiceResult>,IList<Variant>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > MethodState Class : Call(ISystemContext,NodeId,IList<Variant>,IList<ServiceResult>,IList<Variant>) Method

context
The context to use.
objectId
The object being called.
inputArguments
The input arguments.
argumentErrors
Any errors for the input arguments.
outputArguments
The output arguments.

Glossary Item Box

Invokes the methods and returns the output parameters.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As MethodState
Dim context As ISystemContext
Dim objectId As NodeId
Dim inputArguments As IList(Of Variant)
Dim argumentErrors As IList(Of ServiceResult)
Dim outputArguments As IList(Of Variant)
Dim value As ServiceResult
 
value = instance.Call(context, objectId, inputArguments, argumentErrors, outputArguments)

Parameters

context
The context to use.
objectId
The object being called.
inputArguments
The input arguments.
argumentErrors
Any errors for the input arguments.
outputArguments
The output arguments.

Return Value

The result of the method call.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.