Click or drag to resize
BackgroundJobClientExtensionsRequeue Method
Overload List
  NameDescription
Public methodStatic memberRequeue(IBackgroundJobClient, String)
Changes state of a job with the specified jobId to the EnqueuedState.
Public methodStatic memberRequeue(IBackgroundJobClient, String, String)
Changes state of a job with the specified jobId to the EnqueuedState. 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