JobRecurrence Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recurrence schedule for the job.
public class JobRecurrence
type JobRecurrence = class
Public Class JobRecurrence
- Inheritance
-
JobRecurrence
Constructors
JobRecurrence() |
Initializes a new instance of the JobRecurrence class. |
JobRecurrence(JobRecurrenceFrequency) |
Initializes a new instance of the JobRecurrence class with required arguments. |
Properties
Count |
Optional. Count of occurrences that will execute. Optional. Default will recur infinitely |
EndTime |
Optional. Time in ISO-8601 format after which no more occurrences will execute. |
Frequency |
Required. The frequency of recurrence. |
Interval |
Optional. Interval of the recurrence at the given frequency. |
Schedule |
Optional. Recurrence schedule for the job. |