AsynchronousEventInvokeSerial Method |
Invokes the event handlers in serial order. If one or more event handlers fail, the other event handlers are executed nevertheless.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Task InvokeSerial(
CancellationToken token
)
Parameters
- token CancellationToken
- The cancellation token.
Return Value
Task[Missing <returns> documentation for "M:Altaxo.AsynchronousEvent.InvokeSerial(System.Threading.CancellationToken)"]
Exceptions See Also