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

Implements the schedule service by simply keeping a sorted set of long millisecond values and a set of callbacks for each.

The following tables list the members exposed by the SchedulingServiceImpl type.

Public Methods

  NameDescription
AddOverloaded.
AllocateBucket
Returns a bucket from which slots can be allocated for ordering concurrent callbacks.

Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Evaluate
Evaluate the current time and perform any callbacks.

GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Remove
Remove a callback. If the callback to be removed was not found an exception is thrown.

ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Constructors

  NameDescription
SchedulingServiceImplNew
Constructor.

Public Properties

  NameDescription
Time
Gets the last time known to the scheduling service.