Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnattendedUpgrader

    Handles RuntimeUnattendedUpgradeNotification to execute the unattended Umbraco upgrader or the unattended Package migrations runner.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Install
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class UnattendedUpgrader : INotificationAsyncHandler<RuntimeUnattendedUpgradeNotification>

    Constructors

    View Source

    UnattendedUpgrader(IProfilingLogger, IUmbracoVersion, DatabaseBuilder, IRuntimeState, PackageMigrationRunner)

    Declaration
    public UnattendedUpgrader(IProfilingLogger profilingLogger, IUmbracoVersion umbracoVersion, DatabaseBuilder databaseBuilder, IRuntimeState runtimeState, PackageMigrationRunner packageMigrationRunner)
    Parameters
    Type Name Description
    IProfilingLogger profilingLogger
    IUmbracoVersion umbracoVersion
    DatabaseBuilder databaseBuilder
    IRuntimeState runtimeState
    PackageMigrationRunner packageMigrationRunner

    Methods

    View Source

    HandleAsync(RuntimeUnattendedUpgradeNotification, CancellationToken)

    Declaration
    public Task HandleAsync(RuntimeUnattendedUpgradeNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    RuntimeUnattendedUpgradeNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UnattendedUpgrader(IProfilingLogger, IUmbracoVersion, DatabaseBuilder, IRuntimeState, PackageMigrationRunner)
    • Methods
      • HandleAsync(RuntimeUnattendedUpgradeNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX