DispatcherScheduler.Dispatcher Property
Gets the dispatcher associated with the DispatcherScheduler.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Windows.Threading (in System.Reactive.Windows.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property Dispatcher As Dispatcher
Get
'Usage
Dim instance As DispatcherScheduler
Dim value As Dispatcher
value = instance.Dispatcher
public Dispatcher Dispatcher { get; }
public:
property Dispatcher^ Dispatcher {
Dispatcher^ get ();
}
member Dispatcher : Dispatcher
function get Dispatcher () : Dispatcher
Property Value
Type: System.Windows.Threading.Dispatcher
The dispatcher associated with the DispatcherScheduler.