Opc.Ua.Core
ValidateInputArgument Method



Opc.Ua Namespace > MethodState Class : ValidateInputArgument Method
The context to use.
The input argument.
The index in the the list of input argument.
Validates the input argument.
Syntax
'Declaration
 
Protected Function ValidateInputArgument( _
   ByVal context As ISystemContext, _
   ByVal inputArgument As Variant, _
   ByVal index As Integer _
) As ServiceResult
'Usage
 
Dim instance As MethodState
Dim context As ISystemContext
Dim inputArgument As Variant
Dim index As Integer
Dim value As ServiceResult
 
value = instance.ValidateInputArgument(context, inputArgument, index)
protected ServiceResult ValidateInputArgument( 
   ISystemContext context,
   Variant inputArgument,
   int index
)
protected:
ServiceResult^ ValidateInputArgument( 
   ISystemContext^ context,
   Variant inputArgument,
   int index
) 

Parameters

context
The context to use.
inputArgument
The input argument.
index
The index in the the list of input argument.

Return Value

Any error.
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