TaskCompletionSource<TResult>.SetCanceled Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetCanceled() |
Transitions the underlying Task<TResult> into the Canceled state. |
SetCanceled(CancellationToken) |
Transitions the underlying Task<TResult> into the Canceled state using the specified token. |
- Source:
- TaskCompletionSource_T.cs
- Source:
- TaskCompletionSource_T.cs
- Source:
- TaskCompletionSource_T.cs
Transitions the underlying Task<TResult> into the Canceled state.
public:
void SetCanceled();
public void SetCanceled();
member this.SetCanceled : unit -> unit
Public Sub SetCanceled ()
Exceptions
The underlying Task<TResult> is already in one of the three final states: RanToCompletion, Faulted, or Canceled, or if the underlying Task<TResult> has already been disposed.
The Task was disposed.
See also
- TrySetCanceled()
- Using TPL with Other Asynchronous Patterns
- How to: Wrap EAP Patterns in a Task
- Task Cancellation
Applies to
.NET 10 ja muud versioonid
Toode | Versioonid |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 2.0, 2.1 |
UWP | 10.0 |
- Source:
- TaskCompletionSource_T.cs
- Source:
- TaskCompletionSource_T.cs
- Source:
- TaskCompletionSource_T.cs
Transitions the underlying Task<TResult> into the Canceled state using the specified token.
public:
void SetCanceled(System::Threading::CancellationToken cancellationToken);
public void SetCanceled(System.Threading.CancellationToken cancellationToken);
member this.SetCanceled : System.Threading.CancellationToken -> unit
Public Sub SetCanceled (cancellationToken As CancellationToken)
Parameters
- cancellationToken
- CancellationToken
The cancellation token with which to cancel the Task<TResult>.
Exceptions
The underlying Task<TResult> is already in one of the three final states: RanToCompletion, Faulted, or Canceled.
Applies to
.NET 10 ja muud versioonid
Toode | Versioonid |
---|---|
.NET | 5, 6, 7, 8, 9, 10 |
Toote „.NET“ tagasiside
.NET on avatud lähtekoodiga projekt. Tagasiside andmiseks valige link: