A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task.fromcanceled below:

Task.FromCanceled Method (System.Threading.Tasks) | Microsoft Learn

Task.FromCanceled Method Definition Overloads FromCanceled(CancellationToken)
Source:
Task.cs
Source:
Task.cs
Source:
Task.cs
Source:
Task.cs

Creates a Task that's completed due to cancellation with a specified cancellation token.

public:
 static System::Threading::Tasks::Task ^ FromCanceled(System::Threading::CancellationToken cancellationToken);
public static System.Threading.Tasks.Task FromCanceled(System.Threading.CancellationToken cancellationToken);
static member FromCanceled : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function FromCanceled (cancellationToken As CancellationToken) As Task
Parameters
cancellationToken
CancellationToken

The cancellation token with which to complete the task.

Returns

The canceled task.

Exceptions FromCanceled<TResult>(CancellationToken)
Source:
Task.cs
Source:
Task.cs
Source:
Task.cs
Source:
Task.cs

Creates a Task<TResult> that's completed due to cancellation with a specified cancellation token.

public:
generic <typename TResult>
 static System::Threading::Tasks::Task<TResult> ^ FromCanceled(System::Threading::CancellationToken cancellationToken);
public static System.Threading.Tasks.Task<TResult> FromCanceled<TResult>(System.Threading.CancellationToken cancellationToken);
static member FromCanceled : System.Threading.CancellationToken -> System.Threading.Tasks.Task<'Result>
Public Shared Function FromCanceled(Of TResult) (cancellationToken As CancellationToken) As Task(Of TResult)
Type Parameters
TResult

The type of the result returned by the task.

Parameters
cancellationToken
CancellationToken

The cancellation token with which to complete the task.

Returns

The canceled task.

Exceptions

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4