[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
| Class | Description | |
|---|---|---|
| DisposalService | Provides a registration service for IDisposable objects. When disposed, all registered objects will be disposed. | |
| PowerManager | Provides power management functionality and events. | |
| ResumeEventArgs | Provides data for the Resume event. | |
| TaskScheduler<(Of T>) | Provides the functionality to schedule tasks. |
Structures
| Structure | Description | |
|---|---|---|
| Daily | Represents a daily ISchedule. | |
| Once | Represents a ISchedule that consists of a single time. | |
| Weekly | Represents a weekly ISchedule. |
Interfaces
| Interface | Description | |
|---|---|---|
| ISchedule | Represents schedules, e.g. daily, monthly, once, etc. | |
| IScheduledTask | Represents tasks to be executed at a certain schedule. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| ExecutionState | Represents power management states of a thread. |