Table of Contents

Method Count

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

Count(QueryParameter<T>, CancellationToken)

Retrieves the count of entities that match the specified query parameters.

public Task<int> Count(QueryParameter<T> queryParameter, CancellationToken cancellationToken = default)

Parameters

queryParameter QueryParameter<T>

The query parameters.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<int>

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