VssHttpClientBase.SendAsync<T> 方法 (HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)

命名空间:  Microsoft.VisualStudio.Services.WebApi
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
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
)

类型参数

  • T

参数

返回值

类型:System.Threading.Tasks.Task<T>

.NET Framework 安全性

请参阅

参考

VssHttpClientBase 类

SendAsync 重载

Microsoft.VisualStudio.Services.WebApi 命名空间