Click or drag to resize
DispatcherExtensions Class
Provides extension methods that make it easier to schedule actions on a dispatcher.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCoreDispatcherExtensions

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class DispatcherExtensions : IStringable

The DispatcherExtensions type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberRun
Runs the handler in parallel at normal priority without capturing the task.
Public methodStatic memberRunAsync
Runs the handler at normal priority.
Public methodStatic memberRunIdle
Runs the handler in parallel at idle priority without capturing the task.
Public methodStatic memberRunIdleAsync
Runs the handler at idle priority.
Public methodToString (Inherited from Object.)
Top
Remarks