Click or drag to resize

AsynchronousEventInvokeParallel Method

Invokes all event handlers in parallel.

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

Parameters

token  CancellationToken
The cancellation token.

Return Value

Task
A task that can be awaited for completion of all handlers.
See Also