[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Schedule that recurs weekly (every n weeks)

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
class 
RecurringWeeklyScheduleToken : 

ScheduleToken
<
SerializableAttribute> _
Public 
Class 
RecurringWeeklyScheduleToken _
	
Inherits 

ScheduleToken
[
SerializableAttribute]
public 
ref class 
RecurringWeeklyScheduleToken : 
public 

ScheduleToken

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
RecurringWeeklyScheduleToken () () () ()
DayOfWeek
Day of week to recur
Duration
The duration that the schedule can run for. This is optional
(Inherited from ScheduleToken.)
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
NumberOfWeeks
Number of weeks to recur
ProcessRecurrence () () () ()
Schedule implementor's specific durational processing
(Overrides ScheduleToken . . :: . . ProcessRecurrence () () () () .)
RecurrenceFlag
Flag that represents the schedule type
(Overrides ScheduleToken . . :: . . RecurrenceFlag.)
StartTime
Schedule start time. This is required.
(Inherited from ScheduleToken.)
ToMask () () () ()
Returns schedule as a ulong
(Inherited from ScheduleToken.)
ToString () () () ()
Returns a Stringthat represents the current Object.
(Inherited from ScheduleToken.)
ToString(Boolean)
Returns a Stringthat represents the current Object.
(Inherited from ScheduleToken.)
ToString(Boolean, String, array< Object > [] () [] [] )
Returns a Stringthat represents the current Object.
(Inherited from ScheduleToken.)
UseGmt
Use GMT or local time
(Inherited from ScheduleToken.)
Validate(IList < (Of < <' ( Exception > ) > > ) )
Validates the schedule.
(Overrides ScheduleToken . . :: . . Validate(IList < (Of < <' ( Exception > ) > > ) ).)

Inheritance Hierarchy

See Also