Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method GetReportCount

    | Improve this Doc View Source

    GetReportCount(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.

    Implements
    ILemmyHttpClient.GetReportCount(GetReportCountForm, CancellationToken)
    © SlyCedix. All rights reserved.