Click or drag to resize

IInvokeableThreadInvoke Method

Executes the provided action synchronously. This means that this function returns only after the provided action was executed.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void Invoke(
	Action action
)

Parameters

action  Action
The action to execute.
See Also