JAMS Developer Guide
Variable Method (WaitFor)


MVPSI.JAMS Namespace > WaitFor Class : Variable Method
Sends a message to the JAMS Scheduler telling it that we are interested in the value of a JAMS Variable.
Syntax
'Declaration
 
Public Sub Variable( _
   ByVal variableName As System.String, _
   ByVal desiredValue As System.Object, _
   ByVal valueCondition As Condition _
) 
'Usage
 
Dim instance As WaitFor
Dim variableName As System.String
Dim desiredValue As System.Object
Dim valueCondition As Condition
 
instance.Variable(variableName, desiredValue, valueCondition)
public void Variable( 
   System.string variableName,
   System.object desiredValue,
   Condition valueCondition
)

Parameters

variableName
desiredValue
valueCondition
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

WaitFor Class
WaitFor Members