Click or drag to resize
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.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public AwaitingState(
	[NotNullAttribute] string parentId
)

Parameters

parentId
Type: SystemString
The identifier of a background job to wait for.
See Also