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

Classes

  ClassDescription
public classDisposalService
Provides a registration service for IDisposable objects. When disposed, all registered objects will be disposed.

public classPowerManager
Provides power management functionality and events.

public classResumeEventArgs
Provides data for the Resume event.

public classTaskScheduler<(Of T>)
Provides the functionality to schedule tasks.

Structures

  StructureDescription
public structureDaily
Represents a daily ISchedule.

public structureOnce
Represents a ISchedule that consists of a single time.

public structureWeekly
Represents a weekly ISchedule.

Interfaces

  InterfaceDescription
public interfaceISchedule
Represents schedules, e.g. daily, monthly, once, etc.

public interfaceIScheduledTask
Represents tasks to be executed at a certain schedule.

Enumerations

  EnumerationDescription
public enumerationExecutionState
Represents power management states of a thread.