IJobScheduler.CancelJob Method |
Cancels the job with the specified id.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxvoid CancelJob(
Guid jobId,
bool listenForCancellationEvent
)
Sub CancelJob (
jobId As Guid,
listenForCancellationEvent As Boolean
)
Parameters
- jobId
- Type: System.Guid
The id of the job to cancel. - listenForCancellationEvent
- Type: System.Boolean
if set to true, client will listen for the cancellation event. Otherwise, cancellation events can be ignored.
Exceptions
See Also