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

Search Results for

    Improve this Doc

    Method ListRegistrationApplications

    | Improve this Doc View Source

    ListRegistrationApplications(ListRegistrationApplicationsForm, CancellationToken)

    Lists registration applications.

    Declaration
    public Task<ListRegistrationApplicationsResponse> ListRegistrationApplications(ListRegistrationApplicationsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    ListRegistrationApplicationsForm form

    The form to send for listing registration applications.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<ListRegistrationApplicationsResponse>

    The task object representing the asynchronous operation. The task result contains the response with the listed registration applications.

    Implements
    ILemmyHttpClient.ListRegistrationApplications(ListRegistrationApplicationsForm, CancellationToken)
    © SlyCedix. All rights reserved.