| DisableConcurrentExecutionAttribute Constructor |
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public DisableConcurrentExecutionAttribute(
int timeoutInSeconds
)
Public Sub New (
timeoutInSeconds As Integer
)
Parameters
- timeoutInSeconds
- Type: SystemInt32
[Missing <param name="timeoutInSeconds"/> documentation for "M:Hangfire.DisableConcurrentExecutionAttribute.#ctor(System.Int32)"]
See Also