Thread Property

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

Gets the thread with which the current dispatcher is associated.

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

Syntax

'Declaration
Public ReadOnly Property Thread As Thread
public Thread Thread { get; }
public:
property Thread^ Thread {
    Thread^ get ();
}
member Thread : Thread
function get Thread () : Thread

Property Value

Type: System.Threading. . :: . .Thread
The thread that is associated with the current dispatcher.

.NET Framework Security

See Also

Reference

Dispatcher Class

Microsoft.SPOT Namespace