CancellationToken::Register Method
.NET Framework (current version)
Registers a delegate that will be called when this CancellationToken is canceled.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | 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<Object^>^, Object^) | Registers a delegate that will be called when this CancellationToken is canceled. |
![]() | Register(Action<Object^>^, Object^, Boolean) | Registers a delegate that will be called when this CancellationToken is canceled. |
Show:
