| ContinuationsSupportAttribute Constructor (HashSetString) |
Namespace: HangfireAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public ContinuationsSupportAttribute(
HashSet<string> knownFinalStates
)
Public Sub New (
knownFinalStates As HashSet(Of String)
)
Parameters
- knownFinalStates
- Type: System.Collections.GenericHashSetString
[Missing <param name="knownFinalStates"/> documentation for "M:Hangfire.ContinuationsSupportAttribute.#ctor(System.Collections.Generic.HashSet{System.String})"]
See Also