DispatcherScheduler.Dispatcher 屬性
取得與 DispatcherScheduler 相關聯的發送器。
Namespace:System.Reactive.Concurrency
裝配: System.Reactive.Windows.Threading.dll) 中的 System.Reactive.Windows.Threading (
語法
'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
屬性值
類型: System.Windows.Threading.Dispatcher
與 DispatcherScheduler 相關聯的發送器。