CancellationTokenRegistration Methods
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the CancellationTokenRegistration class. |
![]() | Equals(CancellationTokenRegistration) | Determines whether the current CancellationTokenRegistration instance is equal to the specified CancellationTokenRegistration. |
![]() | Equals(Object^) | Determines whether the current CancellationTokenRegistration instance is equal to the specified CancellationTokenRegistration.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a CancellationTokenRegistration.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Show:
