VssHttpClientBase.PutAsync<T> 方法 (T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
命名空间: Microsoft.VisualStudio.Services.WebApi
程序集: Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)
语法
声明
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
)
类型参数
- T
参数
- value
类型:T
- locationId
类型:System.Guid
- routeValues
类型:System.Object
- queryParameters
类型:System.Collections.Specialized.NameValueCollection
- userState
类型:System.Object
返回值
类型:System.Threading.Tasks.Task<HttpResponseMessage>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。