Scheduler.CurrentThread Property

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CurrentThread As CurrentThreadScheduler
public static CurrentThreadScheduler CurrentThread { get; }
public:
static property CurrentThreadScheduler^ CurrentThread {
    CurrentThreadScheduler^ get ();
}
static member CurrentThread : CurrentThreadScheduler with get

Property Value

Type: Microsoft.Phone.Reactive.CurrentThreadScheduler

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Scheduler Class

Microsoft.Phone.Reactive Namespace