WeakAsynchronousEventUnsubscribe Method | 
            Unsubscribes the eventHandler from the event.
            
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool Unsubscribe(
	Func<CancellationToken, Task> eventHandler
)
Parameters
- eventHandler  FuncCancellationToken, Task
 - The event handler.
 
Return Value
Boolean
            True if the event was removed; otherwise, false.
            
See Also