Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler Namespace

 

Classes

Class Description
System_CAPS_pubclass AsapScheduleToken

An abstract class that represents a schedule that runs immediately.

System_CAPS_pubclass NonRecurringScheduleToken

A one-shot schedule token that has no recurrence.

System_CAPS_pubclass RecurringIntervalScheduleToken

A schedule that recurs at a specific interval. For example, every 8 hours.

System_CAPS_pubclass RecurringMonthlyByDateScheduleToken

A schedule that recurs on a specific date every month.

System_CAPS_pubclass RecurringMonthlyByWeekdayScheduleToken

A schedule that recurs on a specified day of the week every month.

System_CAPS_pubclass RecurringWeeklyScheduleToken

A schedule that recurs weekly, every n weeks.

System_CAPS_pubclass ScheduleToken

Represents a task schedule as used by Configuration Manager.

System_CAPS_pubclass SimpleScheduleToken

Represents a simple schedule.

Enumerations

Enumeration Description
System_CAPS_pubenum ScheduleTaskConditions

Task conditions for running a schedule.

System_CAPS_pubenum ScheduleTokenRecurrence

Recurrence for a schedule.

Return to top