View Source
Class PreviewHubUpdater
Inheritance
System.Object
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
Methods
View Source
HandleAsync(ContentCacheRefresherNotification, CancellationToken)
Declaration
public async Task HandleAsync(ContentCacheRefresherNotification args, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
ContentCacheRefresherNotification |
args |
|
CancellationToken |
cancellationToken |
|
Returns