WeakAsynchronousEventUnsubscribe Method |
Unsubscribes the eventHandler from the event.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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