Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.