CancellationToken Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(CancellationToken) | Determines whether the current CancellationToken instance is equal to the specified token. |
![]() | Equals(Object) | Determines whether the current CancellationToken instance is equal to the specified Object.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Serves as a hash function for a CancellationToken.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() | Register(Action) | Registers a delegate that will be called when this CancellationToken is canceled. |
![]() | Register(Action, Boolean) | Registers a delegate that will be called when this CancellationToken is canceled. |
![]() | Register(Action(Of Object), Object) | Registers a delegate that will be called when this CancellationToken is canceled. |
![]() | Register(Action(Of Object), Object, Boolean) | Registers a delegate that will be called when this CancellationToken is canceled. |
![]() | ThrowIfCancellationRequested() | Throws a OperationCanceledException if this token has had cancellation requested. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
