| CreateContextInitialState Property |
Gets the initial state of the creating job. Note, that
the final state of the created job could be changed after
the registered instances of the
IElectStateFilter
class are doing their job.
Namespace: Hangfire.ClientAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [CanBeNullAttribute]
public IState InitialState { get; }
<CanBeNullAttribute>
Public ReadOnly Property InitialState As IState
Get
Property Value
Type:
IStateSee Also