Search Results for

    Show / Hide Table of Contents
    View Source

    Class StatusPublishedCacheController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PublishedCacheControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PublishedCache
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class StatusPublishedCacheController : PublishedCacheControllerBase

    Constructors

    View Source

    StatusPublishedCacheController(IPublishedSnapshotStatus)

    Declaration
    public StatusPublishedCacheController(IPublishedSnapshotStatus publishedSnapshotStatus)
    Parameters
    Type Name Description
    IPublishedSnapshotStatus publishedSnapshotStatus

    Methods

    View Source

    Status(CancellationToken)

    Declaration
    public async Task<ActionResult<string>> Status(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<ActionResult<System.String>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • StatusPublishedCacheController(IPublishedSnapshotStatus)
    • Methods
      • Status(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX