Click or drag to resize

AsynchronousEventInvokeParallel Method

Invokes all event handlers in parallel.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Task InvokeParallel(
	CancellationToken token
)

Parameters

token  CancellationToken

[Missing <param name="token"/> documentation for "M:Altaxo.AsynchronousEvent.InvokeParallel(System.Threading.CancellationToken)"]

Return Value

Task
A task that can be awaited for.
See Also