Click or drag to resize

WeakAsynchronousEventInvokeSerial 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.3179.0 (4.8.3179.0)
Syntax
C#
public Task InvokeSerial(
	CancellationToken token
)

Parameters

token  CancellationToken
The cancellation token.

Return Value

Task

[Missing <returns> documentation for "M:Altaxo.WeakAsynchronousEvent.InvokeSerial(System.Threading.CancellationToken)"]

Exceptions
ExceptionCondition
AggregateException
See Also