'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