DispatcherScheduler.Dispatcher, propriété
Obtient le répartiteur associé à DispatcherScheduler.
Espace de noms :System.Reactive.Concurrency
Assemblée: System.Reactive.Windows.Threading (en System.Reactive.Windows.Threading.dll)
Syntaxe
'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
Valeur de propriété
Type : System.Windows.Threading.Dispatcher
Répartiteur associé à DispatcherScheduler.