메소드 | 설명 | |
---|---|---|
ApplicationInstaller ( string applicationsRootPath, IUpdateSessionManager updateSessionManager, IApplicationFactory applicationFactory, IApplicationPool applicationPool ) : System | ||
Install ( |
||
UnInstall ( AppIdentity appIdentity ) : System.Threading.Tasks.Task | ||
Update ( IEnumerable |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
public Install ( |
||
appInstallConfig | ||
리턴 | System.Threading.Tasks.Task |
public UnInstall ( AppIdentity appIdentity ) : System.Threading.Tasks.Task | ||
appIdentity | AppIdentity | |
리턴 | System.Threading.Tasks.Task |
public Update ( IEnumerable |
||
applicationsToRemove | IEnumerable |
|
applicationsToDeploy | IEnumerable |
|
리턴 | Task |