IJobScheduler Methods |
The IJobScheduler type exposes the following members.
| Name | Description | |
|---|---|---|
| CancelJob |
Cancels the job with the specified id.
| |
| CancelTask |
Cancels the task with the specified id.
| |
| Connect |
Connects client to specified job scheduler.
| |
| CreateJob |
Returns a new job that can later be used to submit to the job scheduler.
| |
| Disconnect |
Disconnects client from specified job scheduler.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| GetMaximumHostCount |
Returns the maximum number of hosts that is available to the job scheduler.
| |
| SubmitJob |
Submits job to the job scheduler so the job scheduler can add the job to its queue.
| |
| WaitUntilDone |
Blocks until all tasks in this job complete or the operation times out.
The callback passed in for the heartbeat is called with the period
specified by the millisecondsHeartbeat argument.
|
STK Parallel Computing Server 2.10 API for .NET