Click or drag to resize
AwaitingState Constructor
Overload List
  NameDescription
Public methodAwaitingState(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.
Public methodAwaitingState(String, IState)
Initializes a new instance of the AwaitingState class with the specified parent job id and next state.
Public methodAwaitingState(String, IState, JobContinuationOptions)
Initializes a new instance of the AwaitingState class with the given options along with other parameters.
Public methodAwaitingState(String, IState, JobContinuationOptions, TimeSpan)
Initializes a new instance of the AwaitingState class with the specified expiration time along with other parameters.
Top
See Also