System.Threading.CancellationTokenRegistration Members

The members of System.Threading.CancellationTokenRegistration are listed below.

See Also: Inherited members from System.ValueType

Public Methods

Dispose()

Releases all resources used by the current instance of the System.Threading.CancellationTokenRegistration class.

override
Equals(object) : bool

Determines whether the current System.Threading.CancellationTokenRegistration instance is equal to the specified System.Threading.CancellationTokenRegistration.

Equals(CancellationTokenRegistration) : bool

Determines whether the current System.Threading.CancellationTokenRegistration instance is equal to the specified System.Threading.CancellationTokenRegistration.

override
GetHashCode() : int

Serves as a hash function for a System.Threading.CancellationTokenRegistration.

Public Operators