Edit

Share via


HpcRestClient.PostHttpApiCallAsync<TOut,TIn> Method

Definition

protected System.Threading.Tasks.Task<TOut> PostHttpApiCallAsync<TOut,TIn> (System.Threading.CancellationToken cancellationToken, string routeString, TIn value, params string[] parameters);
member this.PostHttpApiCallAsync : System.Threading.CancellationToken * string * 'In * string[] -> System.Threading.Tasks.Task<'Out>

Type Parameters

TOut
TIn

Parameters

cancellationToken
CancellationToken
routeString
String
value
TIn
parameters
String[]

Returns

Task<TOut>

Applies to