Represents a callback delegate that has been registered with a System.Threading.CancellationToken.
See Also: CancellationTokenRegistration Members
The callback is called when the token is canceled. To unregister a callback, dispose the corresponding Registration instance. For more information and code examples see Cancellation.