ApiServiceGetAsyncResultType Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.4.0.10320
C#
public Task<IRgfApiResponse<ResultType>> GetAsync<ResultType>(
	IRgfApiRequest request
)
where ResultType : class

Parameters

request  IRgfApiRequest
 

Type Parameters

ResultType

Return Value

TaskIRgfApiResponseResultType

Implements

IRgfApiService.GetAsync``1(IRgfApiRequest)

See Also