Method | Description | |
---|---|---|
Initialize ( ) : void | ||
Initialize ( |
||
Initialize ( |
||
Initialize ( bool invokeSynchronously ) : void | ||
Queue ( System.Action action ) : void | ||
Run ( System.Action action ) : void | ||
Run ( System.Action action, DispatcherPriority priority ) : void |
public static Initialize ( |
||
uiThreadDispatcher | ||
return | void |
public static Initialize ( |
||
uiThreadDispatcher | ||
invokeSynchronously | bool | |
return | void |
public static Initialize ( bool invokeSynchronously ) : void | ||
invokeSynchronously | bool | |
return | void |
public static Queue ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static Run ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public static Run ( System.Action action, DispatcherPriority priority ) : void | ||
action | System.Action | |
priority | DispatcherPriority | |
return | void |