Share via


Método VssHttpClientBase.SendAsync<T> (HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Protected Function SendAsync(Of T) ( _
    method As HttpMethod, _
    locationId As Guid, _
    routeValues As Object, _
    version As ApiResourceVersion, _
    content As HttpContent, _
    queryParameters As NameValueCollection, _
    userState As Object _
) As Task(Of T)
protected Task<T> SendAsync<T>(
    HttpMethod method,
    Guid locationId,
    Object routeValues,
    ApiResourceVersion version,
    HttpContent content,
    NameValueCollection queryParameters,
    Object userState
)

Parâmetros de tipo

  • T

Parâmetros

Valor de retorno

Tipo: System.Threading.Tasks.Task<T>

Segurança do .NET Framework

Consulte também

Referência

VssHttpClientBase Classe

Sobrecargas SendAsync

Namespace Microsoft.VisualStudio.Services.WebApi