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

This class represents a task schedule as used by Configuration Manager

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
ScheduleToken
<
SerializableAttribute> _
Public 
MustInherit 
Class 
ScheduleToken
[
SerializableAttribute]
public 
ref class 
ScheduleToken 
abstract

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Duration
The duration that the schedule can run for. This is optional
Equals(Object) (Inherited from Object.)
Explicit Narrowing Explicit Explicit Explicit (String to ScheduleToken)
Converts from a string to a token
Explicit Narrowing Explicit Explicit Explicit (UInt64 to ScheduleToken)
Converts from a ulong to a token
Explicit Narrowing Explicit Explicit Explicit (ScheduleToken to UInt64)
Converts from a token to a ulong
Explicit Narrowing Explicit Explicit Explicit (ScheduleToken to String)
Converts from a token to a string
Finalize () () () () (Inherited from Object.)
FromBitmask(UInt64)
Parses a long representation of a schedule token into a well-formed object
FromString(String)
Converts from a string to a token
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ProcessRecurrence () () () ()
Schedule implementor's specific durational processing
RecurrenceFlag
Flag that represents the schedule type
StartTime
Schedule start time. This is required.
ToMask () () () ()
Returns schedule as a ulong
ToString () () () ()
Returns a Stringthat represents the current Object.
(Overrides Object . . :: . . ToString () () () () .)
ToString(Boolean)
Returns a Stringthat represents the current Object.
ToString(Boolean, String, array< Object > [] () [] [] )
Returns a Stringthat represents the current Object.
UseGmt
Use GMT or local time
Validate(IList < (Of < <' ( Exception > ) > > ) )
Validates the schedule.

Remarks

See schedlst.cpp/schedlst.h

Inheritance Hierarchy

See Also