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: