AwaitingState Constructor |
Name | Description | |
---|---|---|
AwaitingState(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.
| |
AwaitingState(String, IState) |
Initializes a new instance of the AwaitingState class with
the specified parent job id and next state.
| |
AwaitingState(String, IState, JobContinuationOptions) |
Initializes a new instance of the AwaitingState class with
the given options along with other parameters.
| |
AwaitingState(String, IState, JobContinuationOptions, TimeSpan) |
Initializes a new instance of the AwaitingState class with
the specified expiration time along with other parameters.
|