Register Method

Task Parallel System.Threading

Overload List

  NameDescription
Register(Action)
Registers a delegate that will be called when this CancellationToken is canceled.
Register(Action, Boolean)
Registers a delegate that will be called when this CancellationToken is canceled.
Register(Action<(Of <(Object>)>), Object)
Registers a delegate that will be called when this CancellationToken is canceled.
Register(Action<(Of <(Object>)>), Object, Boolean)
Registers a delegate that will be called when this CancellationToken is canceled.

See Also