WeakAsynchronousEventInvokeParallel Method | 
            Invokes all event handlers in parallel.
            
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic Task InvokeParallel(
	CancellationToken token
)
Parameters
- token  CancellationToken
 [Missing <param name="token"/> documentation for "M:Altaxo.WeakAsynchronousEvent.InvokeParallel(System.Threading.CancellationToken)"]
Return Value
TaskA task that can be awaited for.
See Also