Information
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

 

Registers a delegate that will be called when this CancellationToken is canceled.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodRegister(Action^)

Registers a delegate that will be called when this CancellationToken is canceled.

System_CAPS_pubmethodRegister(Action^, Boolean)

Registers a delegate that will be called when this CancellationToken is canceled.

System_CAPS_pubmethodRegister(Action<Object^>^, Object^)

Registers a delegate that will be called when this CancellationToken is canceled.

System_CAPS_pubmethodRegister(Action<Object^>^, Object^, Boolean)

Registers a delegate that will be called when this CancellationToken is canceled.

Return to top
Show: