| StateChangeContextExpectedStates Property |
[Missing <summary> documentation for "P:Hangfire.States.StateChangeContext.ExpectedStates"]
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public IEnumerable<string> ExpectedStates { get; }
Public ReadOnly Property ExpectedStates As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableStringSee Also