Class InstallationService
Inheritance
System.Object
Namespace: Umbraco.Core.Services.Implement
Assembly: Umbraco.Core.dll
Syntax
public class InstallationService : IInstallationService
Constructors
View SourceInstallationService(IInstallationRepository)
Declaration
public InstallationService(IInstallationRepository installationRepository)
Parameters
Type | Name | Description |
---|---|---|
IInstallationRepository | installationRepository |
Methods
View SourceLogInstall(InstallLog)
Declaration
public async Task LogInstall(InstallLog installLog)
Parameters
Type | Name | Description |
---|---|---|
InstallLog | installLog |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |