AsynchronousEventInvokeParallel Method |
Invokes all event handlers in parallel.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Task InvokeParallel(
CancellationToken token
)
Parameters
- token CancellationToken
[Missing <param name="token"/> documentation for "M:Altaxo.AsynchronousEvent.InvokeParallel(System.Threading.CancellationToken)"]
Return Value
TaskA task that can be awaited for.
See Also