GlobalDispatcher Property |
Gets or sets the UI Dispatcher for the current UI Thread.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static Dispatcher Dispatcher { get; set; }
Public Shared Property Dispatcher As Dispatcher
Get
Set
public:
static property Dispatcher^ Dispatcher {
Dispatcher^ get ();
void set (Dispatcher^ value);
}
static member Dispatcher : Dispatcher with get, set
Property Value
Type:
Dispatcher
The current application's UI Dispatcher, initialized only by Hummingbird.
See Also