Dispatcher.CurrentDispatcher Property
Gets the Dispatcher object (dispatcher) for the thread that is currently executing and creates a new dispatcher if one is not already associated with the current thread.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public static Dispatcher CurrentDispatcher { get; }
Property Value
The dispatcher that is associated with the current thread.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
Dispatcher Class
Dispatcher Members
Microsoft.SPOT Namespace