Método VssHttpClientBase.PutAsync<T> (T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (em Microsoft.VisualStudio.Services.Common.dll)
Sintaxe
'Declaração
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
)
Parâmetros de tipo
- T
Parâmetros
- value
Tipo: T
- locationId
Tipo: System.Guid
- routeValues
Tipo: System.Object
- queryParameters
Tipo: System.Collections.Specialized.NameValueCollection
- userState
Tipo: System.Object
Valor de retorno
Tipo: System.Threading.Tasks.Task<HttpResponseMessage>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.