| Name | Description |
---|
| InvokeAndForget(Action) |
Invokes the specified callback on the message loop.
|
| InvokeAndForgetT(ActionT, T) |
Executes an action synchronously with the Gui without waiting.
|
| InvokeAndForgetT1, T2(ActionT1, T2, T1, T2) |
Executes an action synchronously with the Gui without waiting.
|
| InvokeAndForgetT1, T2, T3(ActionT1, T2, T3, T1, T2, T3) |
Executes an action synchronously with the Gui without waiting.
|
| InvokeAndForgetT1, T2, T3, T4(ActionT1, T2, T3, T4, T1, T2, T3, T4) |
Executes an action synchronously with the Gui without waiting.
|
| InvokeAndForgetT1, T2, T3, T4, T5(ActionT1, T2, T3, T4, T5, T1, T2, T3, T4, T5) |
Executes an action synchronously with the Gui without waiting.
|