View Source
Class CreateUnattendedUserNotificationHandler
Inheritance
System.Object
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