WeakAsynchronousEventSubscribe Method |
Subscribes the eventHandler to the event.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Subscribe(
Func<CancellationToken, Task> eventHandler
)
Parameters
- eventHandler FuncCancellationToken, Task
- The event handler.
See Also