| BackgroundJobClientExtensionsDelete Method |
| Name | Description | |
|---|---|---|
| Delete(IBackgroundJobClient, String) |
Changes state of a job with the specified jobId
to the DeletedState.
| |
| Delete(IBackgroundJobClient, String, String) |
Changes state of a job with the specified jobId
to the DeletedState. If fromState value
is not null, state change will be performed only if the current state name
of a job equal to the given value.
|