JAMS Developer Guide
Check Method (IVariableWCF)


MVPSI.JAMS Namespace > IVariableWCF Interface : Check Method
Check a Variable definition.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Check( _
   ByVal variableID As System.Integer, _
   ByVal variableName As System.String, _
   ByVal parentFolderID As System.Integer, _
   ByVal isNameRelative As System.Boolean, _
   ByVal access As VariableAccess _
) As System.Threading.Tasks.Task(Of CheckResult)
'Usage
 
Dim instance As IVariableWCF
Dim variableID As System.Integer
Dim variableName As System.String
Dim parentFolderID As System.Integer
Dim isNameRelative As System.Boolean
Dim access As VariableAccess
Dim value As System.Threading.Tasks.Task(Of CheckResult)
 
value = instance.Check(variableID, variableName, parentFolderID, isNameRelative, access)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<CheckResult> Check( 
   System.int variableID,
   System.string variableName,
   System.int parentFolderID,
   System.bool isNameRelative,
   VariableAccess access
)

Parameters

variableID
variableName
parentFolderID
isNameRelative
access
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

IVariableWCF Interface
IVariableWCF Members