ScheduledStateSerializeData 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 |
---|---|---|---|
EnqueueAt | DateTime | DeserializeDateTime(String) | Please see the EnqueueAt property. |
ScheduledAt | DateTime | DeserializeDateTime(String) | Please see the ScheduledAt property. |