NanoByte.Common
2.6.1
|
Represents a callback delegate that has been registered with a CancellationToken. More...
Public Member Functions | |
void | Dispose () |
Unregisters the callback. More... | |
Package Functions | |
CancellationTokenRegistration (CancellationTokenSource? source, Action callback) | |
Represents a callback delegate that has been registered with a CancellationToken.
Unlike the built-in CancellationToken type of .NET the NanoByte.Common variant supports remoting.
|
inline |
Unregisters the callback.