AdminController.ExtensionHook(String, 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.AllowAnonymous]
[System.Web.Http.HttpGet]
[System.Web.Http.HttpPost]
[System.Web.Http.Route("admin/extensions/{name}/{*extra}")]
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> ExtensionHook(string name, System.Threading.CancellationToken token);
[<System.Web.Http.AllowAnonymous>]
[<System.Web.Http.HttpGet>]
[<System.Web.Http.HttpPost>]
[<System.Web.Http.Route("admin/extensions/{name}/{*extra}")>]
member this.ExtensionHook : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function ExtensionHook (name As String, token As CancellationToken) As Task(Of HttpResponseMessage)
Parametry
- name
- String
- token
- CancellationToken
Zwraca
- Atrybuty
-
System.Web.Http.AllowAnonymousAttribute System.Web.Http.HttpGetAttribute System.Web.Http.HttpPostAttribute System.Web.Http.RouteAttribute
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