Click or drag to resize
BackgroundJobRequeue Method (String)
Changes state of a job with the specified jobId to the EnqueuedState.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static bool Requeue(
	[NotNullAttribute] string jobId
)

Parameters

jobId
Type: SystemString
Identifier of job, whose state is being changed.

Return Value

Type: Boolean
True, if state change succeeded, otherwise false.
See Also