Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreateUnattendedUserNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.Install
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreateUnattendedUserNotificationHandler : INotificationAsyncHandler<UnattendedInstallNotification>

    Constructors

    View Source

    CreateUnattendedUserNotificationHandler(IOptions<UnattendedSettings>, IUserService, IServiceScopeFactory)

    Declaration
    public CreateUnattendedUserNotificationHandler(IOptions<UnattendedSettings> unattendedSettings, IUserService userService, IServiceScopeFactory serviceScopeFactory)
    Parameters
    Type Name Description
    IOptions<UnattendedSettings> unattendedSettings
    IUserService userService
    IServiceScopeFactory serviceScopeFactory

    Methods

    View Source

    HandleAsync(UnattendedInstallNotification, CancellationToken)

    Listening for when the UnattendedInstallNotification fired after a sucessfulk

    Declaration
    public async Task HandleAsync(UnattendedInstallNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    UnattendedInstallNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreateUnattendedUserNotificationHandler(IOptions<UnattendedSettings>, IUserService, IServiceScopeFactory)
    • Methods
      • HandleAsync(UnattendedInstallNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX