Méthode | Description | |
---|---|---|
BeginInvoke ( System.Action a ) : void |
Executes the specified delegate asynchronously on the user interface thread. If the current thread is the user interface thread, the dispatcher if not used and the operation happens immediately.
|
|
CheckAccess ( ) : bool |
|
|
Initialize ( ) : void |
Initializes the SmartDispatcher system, attempting to use the RootVisual of the plugin to retrieve a Dispatcher instance.
|
|
Initialize ( |
Initializes the SmartDispatcher system with the dispatcher instance.
|
Méthode | Description | |
---|---|---|
RequireInstance ( ) : void |
Requires an instance and attempts to find a Dispatcher if one has not yet been set.
|
public static BeginInvoke ( System.Action a ) : void | ||
a | System.Action | A delegate to a method that takes no arguments and /// does not return a value, which is either pushed onto the Dispatcher /// event queue or immediately run, depending on the current thread. |
Résultat | void |
public static Initialize ( |
||
dispatcher | The dispatcher instance. | |
Résultat | void |