MVPSI.JAMS Namespace > IWaitFor Interface : Variable Method |
'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Sub Variable( _ ByVal requesterId As System.Guid, _ ByVal requesterEntry As System.Integer, _ ByVal variableName As System.String, _ ByVal desiredValue As System.Object, _ ByVal valueCondition As Condition _ )
'Usage
Dim instance As IWaitFor Dim requesterId As System.Guid Dim requesterEntry As System.Integer Dim variableName As System.String Dim desiredValue As System.Object Dim valueCondition As Condition instance.Variable(requesterId, requesterEntry, variableName, desiredValue, valueCondition)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] void Variable( System.Guid requesterId, System.int requesterEntry, System.string variableName, System.object desiredValue, Condition valueCondition )
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