You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timezone | *[optional]* Default value is `TimeZoneInfo.Local`.
111
111
queue | *[optional]* The specified queue name , default value is `default`.
112
-
job-data | *[optional]*Likely to the [quartz.net](http://www.quartz-scheduler.net/)`JobDataMap`, it is can be deserialized to the type `Dictionary<string,object>`.
112
+
job-data | *[optional]*Similar to the [quartz.net](http://www.quartz-scheduler.net/)`JobDataMap`, it is can be deserialized to the type `Dictionary<string,object>`.
113
113
enable | *[optional]* Whether the `RecurringJob` can be added/updated, default value is true, if false `RecurringJob` will be deleted automatically.
114
114
115
115
*To the json token `job-data`, we can use extension method to get data with specified key from `PerformContext` when recurring job running.*
0 commit comments