| AwaitingState Constructor (String) |
Initializes a new instance of the
AwaitingState class with
the specified parent background job id and with an instance of the
EnqueuedState class as a next state.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public AwaitingState(
[NotNullAttribute] string parentId
)
Public Sub New (
<NotNullAttribute> parentId As String
)
Parameters
- parentId
- Type: SystemString
The identifier of a background job to wait for.
See Also