Click or drag to resize

AsynchronousEventUnsubscribe Method

Unsubscribes the eventHandler from the event.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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