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
@@ -112,10 +125,12 @@ queue | *[optional]* The specified queue name , default value is `default`.
112
125
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
126
enable | *[optional]* Whether the `RecurringJob` can be added/updated, default value is true, if false `RecurringJob` will be deleted automatically.
114
127
115
-
*To the json token `job-data`, we can use extension method to get data with specified key from `PerformContext` when recurring job running.*
128
+
*To the json token `job-data`, we can use extension method to get/set data with specified key from `PerformContext` when recurring job running.*
0 commit comments