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 命名空間