Click or drag to resize
JobCancellationToken Constructor
Initializes a new instance of the JobCancellationToken class

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public JobCancellationToken(
	bool canceled
)

Parameters

canceled
Type: SystemBoolean

[Missing <param name="canceled"/> documentation for "M:Hangfire.JobCancellationToken.#ctor(System.Boolean)"]

See Also