FromThread Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the dispatcher for a specified thread.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Shared Function FromThread ( _
    thread As Thread _
) As Dispatcher
public static Dispatcher FromThread(
    Thread thread
)
public:
static Dispatcher^ FromThread(
    Thread^ thread
)
static member FromThread : 
        thread:Thread -> Dispatcher 
public static function FromThread(
    thread : Thread
) : Dispatcher

Parameters

Return Value

Type: Microsoft.SPOT. . :: . .Dispatcher
The dispatcher for the specified thread.

.NET Framework Security

See Also

Reference

Dispatcher Class

Microsoft.SPOT Namespace