Click or drag to resize

AsynchronousEventInvokeSerial Method

Invokes the event handlers in serial order. If one or more event handlers fail, the other event handlers are executed nevertheless.

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

Parameters

token  CancellationToken
The cancellation token.

Return Value

Task
A task that can be awaited for completion of all handlers.
Exceptions
ExceptionCondition
AggregateExceptionThrown if one or more handlers throw exceptions.
See Also