Dispatcher.CreateDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a default instance of Dispatcher.
public:
static Microsoft::AspNetCore::Components::Dispatcher ^ CreateDefault();
public static Microsoft.AspNetCore.Components.Dispatcher CreateDefault ();
static member CreateDefault : unit -> Microsoft.AspNetCore.Components.Dispatcher
Public Shared Function CreateDefault () As Dispatcher
Returns
A Dispatcher instance.