Click or drag to resize

WeakAsynchronousEventSubscribe Method

Subscribes the eventHandler to the event.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Subscribe(
	Func<CancellationToken, Task> eventHandler
)

Parameters

eventHandler  FuncCancellationToken, Task
The event handler.
See Also