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

Search Results for

    Improve this Doc

    Method MarkAllAsRead

    | Improve this Doc View Source

    MarkAllAsRead(MarkAllAsReadForm, CancellationToken)

    Marks everything as read.

    Declaration
    public Task<GetRepliesResponse> MarkAllAsRead(MarkAllAsReadForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    MarkAllAsReadForm form

    The form to send for marking all replies as read.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetRepliesResponse>

    The task object representing the asynchronous operation. The task result contains the response after marking all replies as read.

    Implements
    ILemmyHttpClient.MarkAllAsRead(MarkAllAsReadForm, CancellationToken)
    © SlyCedix. All rights reserved.