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

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public DisableConcurrentExecutionAttribute(
	int timeoutInSeconds
)

Parameters

timeoutInSeconds
Type: SystemInt32

[Missing <param name="timeoutInSeconds"/> documentation for "M:Hangfire.DisableConcurrentExecutionAttribute.#ctor(System.Int32)"]

See Also