VssHttpClientBase.PatchAsync<T> Method (T, 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 PatchAsync(Of T) ( _
    value As T, _
    locationId As Guid, _
    routeValues As Object, _
    version As ApiResourceVersion, _
    queryParameters As NameValueCollection, _
    userState As Object _
) As Task(Of HttpResponseMessage)
protected Task<HttpResponseMessage> PatchAsync<T>(
    T value,
    Guid locationId,
    Object routeValues,
    ApiResourceVersion version,
    NameValueCollection queryParameters,
    Object userState
)
protected:
generic<typename T>
Task<HttpResponseMessage^>^ PatchAsync(
    T value, 
    Guid locationId, 
    Object^ routeValues, 
    ApiResourceVersion^ version, 
    NameValueCollection^ queryParameters, 
    Object^ userState
)
member PatchAsync : 
        value:'T * 
        locationId:Guid * 
        routeValues:Object * 
        version:ApiResourceVersion * 
        queryParameters:NameValueCollection * 
        userState:Object -> Task<HttpResponseMessage> 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • value
    Type: T

Return Value

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

.NET Framework Security

See Also

Reference

VssHttpClientBase Class

PatchAsync Overload

Microsoft.VisualStudio.Services.Common Namespace