VssHttpClientBase.PutAsync<T> Method (T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Function PutAsync(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> PutAsync<T>(
T value,
Guid locationId,
Object routeValues,
ApiResourceVersion version,
NameValueCollection queryParameters,
Object userState
)
protected:
generic<typename T>
Task<HttpResponseMessage^>^ PutAsync(
T value,
Guid locationId,
Object^ routeValues,
ApiResourceVersion^ version,
NameValueCollection^ queryParameters,
Object^ userState
)
member PutAsync :
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
- locationId
Type: System.Guid
- routeValues
Type: System.Object
- queryParameters
Type: System.Collections.Specialized.NameValueCollection
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<HttpResponseMessage>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.