| AwaitingStateSerializeData Method |
Namespace: Hangfire.States
Returning dictionary contains the following keys. You can obtain the state data by using the GetStateData(String) method.
| Key | Type | Deserialize Method | Notes |
|---|---|---|---|
| ParentId | String | Not required | Please see the ParentId property. |
| NextState | IState | DeserializeObject(String, JsonSerializerSettings) with Objects | Please see the NextState property. |
| Options | JobContinuationOptions | Parse(Type, String) with JobContinuationOptions | Please see the Options property. |