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