ScheduleToken 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)


[SerializableAttribute]
public ref class ScheduleToken abstract 

NameDescription
System_CAPS_pubpropertyDuration

Gets or sets the duration of time for which the schedule runs. This property is optional.

System_CAPS_pubpropertyRecurrenceFlag

Gets a flag that represents the schedule type.

System_CAPS_pubpropertyStartTime

Gets or sets the start time for the schedule. This property is required.

System_CAPS_pubpropertyUseGmt

Specifies whether GMT or local time is used.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFromBitmask(UInt64)

Parses a long representation of a schedule token and creates a well-formed object.

System_CAPS_pubmethodSystem_CAPS_staticFromString(String^)

Converts a schedule from a string to a token.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodProcessRecurrence()

Schedule implementor's specific durational processing

System_CAPS_pubmethodToMask()

Returns the schedule as a ulong.

System_CAPS_pubmethodToString()

Returns a String that represents the current Object. (Overrides Object::ToString().)

System_CAPS_pubmethodToString(Boolean)

Returns a String that represents the current Object.

System_CAPS_pubmethodToString(Boolean, String^, array<Object^>^)

Returns a String that represents the current Object.

System_CAPS_protmethodValidate(IList<Exception^>^)

Validates the schedule.

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(ScheduleToken^ to String^)

Converts from a schedule token to a string

System_CAPS_puboperatorSystem_CAPS_staticExplicit(ScheduleToken^ to UInt64)

Converts from a schedule token to a ulong.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(String^ to ScheduleToken^)

Converts from a string to a schedule token.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(UInt64 to ScheduleToken^)

Converts from a ulong to a schedule token.

See schedlst.cpp/schedlst.h.

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

Return to top
Show: