The following tables list the members exposed by WaitFor.
Public Constructors
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Check | Overloaded. Checks to see if the requests have been satisfied. You can call Check multiple times until it returns true. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Entry | Overloaded. Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a specific entry in the current schedule. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Job | Sends a message to the JAMS Scheduler telling it that we are interested in the completion of a Job. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Resource | Sends a message to the JAMS Scheduler telling it that we want to wait until the specified quantity of a resource is available. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Variable | Sends a message to the JAMS Scheduler telling it that we are interested in the value of a JAMS Variable. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Wait | Overloaded. Wait indefinitely for the requests to be satisfied. |
Top
See Also