[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
Name | Description | |
---|---|---|
![]() | Add | Overloaded. |
![]() | AllocateBucket |
Returns a bucket from which slots can be allocated for ordering concurrent callbacks.
|
![]() | Equals | (Inherited from Object.) |
![]() | Evaluate |
Evaluate the current time and perform any callbacks.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Remove a callback.
If the callback to be removed was not found an exception is thrown.
|
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | SchedulingServiceImplNew | Constructor. |
Public Properties
Name | Description | |
---|---|---|
![]() | Time |
Gets the last time known to the scheduling service.
|