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

Simple schedule

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
SimpleScheduleToken : 

ScheduleToken
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
SimpleScheduleToken _
	
Inherits 

ScheduleToken
[
SerializableAttribute]
public 
ref class 
SimpleScheduleToken 
sealed : 
public 

ScheduleToken

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
SimpleScheduleToken () () () ()
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.)
ProcessRecurrence () () () ()
Schedule implementor's specific durational processing
(Inherited from ScheduleToken.)
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.
(Inherited from ScheduleToken.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler . . :: . . ScheduleToken
     Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler . . :: . . SimpleScheduleToken

See Also