Click or drag to resize
BackgroundJobClientExtensionsDelete Method
Overload List
  NameDescription
Public methodStatic memberDelete(IBackgroundJobClient, String)
Changes state of a job with the specified jobId to the DeletedState.
Public methodStatic memberDelete(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.
Top
See Also