Search Results for

    Show / Hide Table of Contents
    View Source

    Class PreviewHubUpdater

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.SignalR
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class PreviewHubUpdater : INotificationAsyncHandler<ContentCacheRefresherNotification>

    Constructors

    View Source

    PreviewHubUpdater(Lazy<IHubContext<PreviewHub, IPreviewHub>>)

    Declaration
    public PreviewHubUpdater(Lazy<IHubContext<PreviewHub, IPreviewHub>> hubContext)
    Parameters
    Type Name Description
    Lazy<Microsoft.AspNetCore.SignalR.IHubContext<PreviewHub, IPreviewHub>> hubContext

    Methods

    View Source

    HandleAsync(ContentCacheRefresherNotification, CancellationToken)

    Declaration
    public async Task HandleAsync(ContentCacheRefresherNotification args, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    ContentCacheRefresherNotification args
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PreviewHubUpdater(Lazy<IHubContext<PreviewHub, IPreviewHub>>)
    • Methods
      • HandleAsync(ContentCacheRefresherNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX