JAMS Developer Guide
Load Method (IVariableWCF)


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

Parameters

variableName
variableID
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