Header menu logo FCQRS

NamedCancelable Type

Proxy that carries a name through cancellation - uses a CancellationTokenSource to handle cancellation

Constructors

Constructor Description

NamedCancelable(ctsToManage, name, taskInitialDelay, taskAction, cancelEventToTrigger)

Full Usage: NamedCancelable(ctsToManage, name, taskInitialDelay, taskAction, cancelEventToTrigger)

Parameters:
Returns: NamedCancelable
ctsToManage : CancellationTokenSource
name : string option
taskInitialDelay : TimeSpan
taskAction : unit -> unit
cancelEventToTrigger : Event<string option * TimeSpan * (unit -> unit)>
Returns: NamedCancelable

Type something to start searching.