Share via


RecurringWeeklyScheduleToken Class

 

A schedule that recurs weekly, every n weeks.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler.ScheduleToken
    Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler.RecurringWeeklyScheduleToken
      Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler.RecurringMonthlyByWeekdayScheduleToken

Syntax

[SerializableAttribute]
public class RecurringWeeklyScheduleToken : ScheduleToken
[SerializableAttribute]
public ref class RecurringWeeklyScheduleToken : ScheduleToken
<SerializableAttribute>
Public Class RecurringWeeklyScheduleToken
    Inherits ScheduleToken

Constructors

Name Description
System_CAPS_pubmethod RecurringWeeklyScheduleToken()

Initializes a new instance of the RecurringWeeklyScheduleToken class.

Properties

Name Description
System_CAPS_pubproperty DayOfWeek

Gets or sets the day of the week for the recurrence.

System_CAPS_pubproperty Duration

Gets or sets the duration of time for which the schedule runs. This property is optional. (Inherited from ScheduleToken.)

System_CAPS_pubproperty NumberOfWeeks

Gets or sets the number of weeks to recur.

System_CAPS_pubproperty RecurrenceFlag

Gets a flag that represents the schedule type. (Overrides ScheduleToken.RecurrenceFlag.)

System_CAPS_pubproperty StartTime

Gets or sets the start time for the schedule. This property is required. (Inherited from ScheduleToken.)

System_CAPS_pubproperty UseGmt

Specifies whether GMT or local time is used. (Inherited from ScheduleToken.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ProcessRecurrence()

Schedule implementor's specific durational processing (Overrides ScheduleToken.ProcessRecurrence().)

System_CAPS_pubmethod ToMask()

Returns the schedule as a ulong. (Inherited from ScheduleToken.)

System_CAPS_pubmethod ToString()

Returns a String that represents the current Object. (Inherited from ScheduleToken.)

System_CAPS_pubmethod ToString(Boolean)

Returns a String that represents the current Object. (Inherited from ScheduleToken.)

System_CAPS_pubmethod ToString(Boolean, String, Object[])

Returns a String that represents the current Object. (Inherited from ScheduleToken.)

System_CAPS_protmethod Validate(IList<Exception>)

Validates the schedule. (Overrides ScheduleToken.Validate(IList<Exception>).)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler Namespace

Return to top