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

Search Results for

    Improve this Doc

    Method GetSite

    | Improve this Doc View Source

    GetSite(GetSiteForm, CancellationToken)

    Gets a site.

    Declaration
    Task<GetSiteResponse> GetSite(GetSiteForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetSiteForm form

    The form to send for retrieving a site.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetSiteResponse>

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

    © SlyCedix. All rights reserved.