Microsoft.System Namespace
Enables system functionality such as launching apps, obtaining information about a user, and memory profiling.
Classes
DispatcherQueue |
Manages a prioritized queue on which tasks execute in a serial fashion on a thread. |
DispatcherQueueController |
Manages the lifetime of a DispatcherQueue. Provides methods to create and shutdown the DispatcherQueue. |
DispatcherQueueShutdownStartingEventArgs |
Provides the arguments for the ShutdownStarting event. |
DispatcherQueueTimer |
Executes a task in a DispatcherQueue periodically after a time interval has elapsed. |
Enums
DispatcherQueuePriority |
Defines the priority levels that can be given to work assigned to a DispatcherQueue. |
Delegates
DispatcherQueueHandler |
A callback that will be executed on the DispatcherQueue thread. |