| StateHandlerCollectionGetHandlers Method |
[Missing <summary> documentation for "M:Hangfire.States.StateHandlerCollection.GetHandlers(System.String)"]
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public IEnumerable<IStateHandler> GetHandlers(
string stateName
)
Public Function GetHandlers (
stateName As String
) As IEnumerable(Of IStateHandler)
Parameters
- stateName
- Type: SystemString
[Missing <param name="stateName"/> documentation for "M:Hangfire.States.StateHandlerCollection.GetHandlers(System.String)"]
Return Value
Type:
IEnumerableIStateHandlerSee Also