The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:
