Click or drag to resize
JobActivatorCurrent Property
Gets or sets the current JobActivator instance that will be used to activate jobs during performance.

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static JobActivator Current { get; set; }

Property Value

Type: JobActivator
See Also