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

Abstract schedule that runs immediately.

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 
AsapScheduleToken : 

ScheduleToken
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
AsapScheduleToken _
	
Inherits 

ScheduleToken
[
SerializableAttribute]
public 
ref class 
AsapScheduleToken 
sealed : 
public 

ScheduleToken

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
AsapScheduleToken () () () ()
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.)
MaximumRandomDelay
Maximum amount of randomness applied to the schedule. Default value is 0 (no randomization). Any value is rounded to the nearest minute.
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.
(Overrides ScheduleToken . . :: . . ToString(Boolean, String, array< Object > [] () [] [] ).)
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 . . :: . . AsapScheduleToken

See Also