Class InstallationService
Service for logging installation information.
Inheritance
object
Namespace: Umbraco.Cms.Core.Services
Assembly: Umbraco.Core.dll
Syntax
public class InstallationService : IInstallationService
Constructors
View SourceInstallationService(IInstallationRepository)
Initializes a new instance of the InstallationService class.
Declaration
public InstallationService(IInstallationRepository installationRepository)
Parameters
| Type | Name | Description |
|---|---|---|
| IInstallationRepository | installationRepository | The installation repository. |
Methods
View SourceLogInstall(InstallLog)
Logs an installation event with the provided installation details.
Declaration
public Task LogInstall(InstallLog installLog)
Parameters
| Type | Name | Description |
|---|---|---|
| InstallLog | installLog | The installation log containing details about the installation. |
Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous operation. |