Table of Contents

Method ToList

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

ToList(QueryParameter<T>, CancellationToken)

Retrieves a list of entities based on the specified query parameters.

public Task<ListResult<TList>> ToList(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)

Parameters

queryParameter QueryParameter<T>

The query parameters.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<ListResult<TList>>

A task that represents the asynchronous operation. The task result contains the list of entities.