Compartir a través de


Propiedad DispatcherScheduler.Dispatcher

Obtiene el distribuidor asociado al distribuidor DispatcherScheduler.

Espacio de nombres:System.Reactive.Concurrency
Ensamblaje: System.Reactive.Windows.Threading (en System.Reactive.Windows.Threading.dll)

Sintaxis

'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

Valor de propiedad

Tipo: System.Windows.Threading.Dispatcher
Distribuidor asociado al dispatcherScheduler.

Consulte también

Referencia

DispatcherScheduler (clase)

Espacio de nombres System.Reactive.Concurrency