Method | Description | |
---|---|---|
ApplicationInstaller ( string applicationsRootPath, IUpdateSessionManager updateSessionManager, IApplicationFactory applicationFactory, IApplicationPool applicationPool ) : System | ||
Install ( |
||
UnInstall ( AppIdentity appIdentity ) : System.Threading.Tasks.Task | ||
Update ( IEnumerable |
Method | Description | |
---|---|---|
GetApplicationAbsolutePath ( AppIdentity appIdentity ) : string | ||
InstallApplications ( IEnumerable |
||
UnInstallApplications ( IEnumerable |
public ApplicationInstaller ( string applicationsRootPath, IUpdateSessionManager updateSessionManager, IApplicationFactory applicationFactory, IApplicationPool applicationPool ) : System | ||
applicationsRootPath | string | |
updateSessionManager | IUpdateSessionManager | |
applicationFactory | IApplicationFactory | |
applicationPool | IApplicationPool | |
return | System |
public Install ( |
||
appInstallConfig | ||
return | System.Threading.Tasks.Task |
public UnInstall ( AppIdentity appIdentity ) : System.Threading.Tasks.Task | ||
appIdentity | AppIdentity | |
return | System.Threading.Tasks.Task |
public Update ( IEnumerable |
||
applicationsToRemove | IEnumerable |
|
applicationsToDeploy | IEnumerable |
|
return | Task |