EnqueuedStateSerializeData 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 |
---|---|---|---|
EnqueuedAt | DateTime | DeserializeDateTime(String) | Please see the EnqueuedAt property. |
Queue | String | Not required | Please see the Queue property. |