| JobActivatorCurrent Property |
Gets or sets the current
JobActivator instance
that will be used to activate jobs during performance.
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static JobActivator Current { get; set; }
Public Shared Property Current As JobActivator
Get
Set
Property Value
Type:
JobActivatorSee Also