Edit

Share via


HpcRestClient.GetHttpApiCallAsync<T> Method

Definition

protected System.Threading.Tasks.Task<T> GetHttpApiCallAsync<T> (System.Threading.CancellationToken cancellationToken, string routeString, params string[] parameters);
member this.GetHttpApiCallAsync : System.Threading.CancellationToken * string * string[] -> System.Threading.Tasks.Task<'T>

Type Parameters

T

Parameters

cancellationToken
CancellationToken
routeString
String
parameters
String[]

Returns

Task<T>

Applies to