Share via


Dispatcher.FromThread Method

Gets the Dispatcher object (dispatcher) for a specified thread.

Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public static Dispatcher FromThread (
         Threadthread
)

Parameters

  • thread
    The thread from which the dispatcher is to be obtained.

Return Value

The dispatcher for the specified thread.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Dispatcher Class
Dispatcher Members
Microsoft.SPOT Namespace