HtmlActionResult.ExecuteAsync(CancellationToken) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
System.Web.Http.IHttpActionResult.ExecuteAsync(System.Threading.CancellationToken)
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> ExecuteAsync (System.Threading.CancellationToken cancellationToken);
abstract member ExecuteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
override this.ExecuteAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function ExecuteAsync (cancellationToken As CancellationToken) As Task(Of HttpResponseMessage)
Parametry
- cancellationToken
- CancellationToken
Zwraca
Implementuje
System.Web.Http.IHttpActionResult.ExecuteAsync(System.Threading.CancellationToken)
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET