VssHttpClientBase.GetAsync Method (Guid, Object, ApiResourceVersion, NameValueCollection, Object)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Protected Function GetAsync ( _
    locationId As Guid, _
    routeValues As Object, _
    version As ApiResourceVersion, _
    queryParameters As NameValueCollection, _
    userState As Object _
) As Task(Of HttpResponseMessage)
protected Task<HttpResponseMessage> GetAsync(
    Guid locationId,
    Object routeValues,
    ApiResourceVersion version,
    NameValueCollection queryParameters,
    Object userState
)
protected:
Task<HttpResponseMessage^>^ GetAsync(
    Guid locationId, 
    Object^ routeValues, 
    ApiResourceVersion^ version, 
    NameValueCollection^ queryParameters, 
    Object^ userState
)
member GetAsync : 
        locationId:Guid * 
        routeValues:Object * 
        version:ApiResourceVersion * 
        queryParameters:NameValueCollection * 
        userState:Object -> Task<HttpResponseMessage> 
protected function GetAsync(
    locationId : Guid, 
    routeValues : Object, 
    version : ApiResourceVersion, 
    queryParameters : NameValueCollection, 
    userState : Object
) : Task<HttpResponseMessage>

Parameters

Return Value

Type: System.Threading.Tasks.Task<HttpResponseMessage>

.NET Framework Security

See Also

Reference

VssHttpClientBase Class

GetAsync Overload

Microsoft.VisualStudio.Services.Common Namespace