Propriedade DispatcherScheduler.Dispatcher
Obtém o dispatcher associado ao DispatcherScheduler.
Namespace:System.Reactive.Concurrency
Assembly: System.Reactive.Windows.Threading (em System.Reactive.Windows.Threading.dll)
Sintaxe
'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 da propriedade
Tipo: System.Windows.Threading.Dispatcher
O dispatcher associado ao DispatcherScheduler.