View Source
Class CreateUnattendedUserNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Web.BackOffice.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 |
Microsoft.Extensions.Options.IOptions<UnattendedSettings> |
unattendedSettings |
|
IUserService |
userService |
|
Microsoft.Extensions.DependencyInjection.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