IInvokeableThreadInvokeAsync Method | 
            Executes the provided action asynchronously. This means that this function immediately returns, without waiting for the action to be executed.
            
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxvoid InvokeAsync(
	Action action
)
Parameters
- action  Action
 - The action to execute.
 
See Also