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

Search Results for

    Improve this Doc

    Method GetComments

    | Improve this Doc View Source

    GetComments(GetCommentsForm, CancellationToken)

    Gets comments.

    Declaration
    public Task<GetCommentsResponse> GetComments(GetCommentsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetCommentsForm form

    The form to send for retrieving comments.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetCommentsResponse>

    The task object representing the asynchronous operation. The task result contains the response with the retrieved comments.

    Implements
    ILemmyHttpClient.GetComments(GetCommentsForm, CancellationToken)
    © SlyCedix. All rights reserved.