Method GetReportCount
| Improve this Doc View SourceGetReportCount(GetReportCountForm, CancellationToken)
Gets the count of reports.
Declaration
public Task<GetReportCountResponse> GetReportCount(GetReportCountForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetReportCountForm | form | The form to send for retrieving the report count. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<GetReportCountResponse> | The task object representing the asynchronous operation. The task result contains the response with the retrieved report count. |