Click or drag to resize
ScheduledStateName Property
Gets the unique name of the state.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public string Name { get; }

Property Value

Type: String
Unique among other states string, that is ready for ordinal comparisons.

Implements

IStateName
Remarks
Always equals to StateName for the ScheduledState. Please see the remarks section of the IState.Name article for the details.
See Also