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

Search Results for

    Improve this Doc

    Method Search

    | Improve this Doc View Source

    Search(SearchForm, CancellationToken)

    Performs a search.

    Declaration
    public Task<SearchResponse> Search(SearchForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    SearchForm form

    The form to send for performing a search.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<SearchResponse>

    The task object representing the asynchronous operation. The task result contains the response after performing the search.

    Implements
    ILemmyHttpClient.Search(SearchForm, CancellationToken)
    © SlyCedix. All rights reserved.