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