AsynchronousEventInvokeParallel Method |
Invokes all event handlers in parallel.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic Task InvokeParallel(
CancellationToken token
)
Parameters
- token CancellationToken
- The cancellation token.
Return Value
TaskA task that can be awaited for completion of all handlers.
See Also