Interface IHotFixUpdater
Namespace: ArtOfTest.WebAii.Design.HotFixUpdate
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IHotFixUpdater
Methods
CleanUpAssemblyBackUpsAsync()
Declaration
Task CleanUpAssemblyBackUpsAsync()
Returns
System.Threading.Tasks.Task
|
IsNewHotFixAvailableAsync()
Declaration
Task<bool> IsNewHotFixAvailableAsync()
Returns
System.Threading.Tasks.Task<System.Boolean>
|
IsProductRestartRequiredAsync()
Declaration
Task<bool> IsProductRestartRequiredAsync()
Returns
System.Threading.Tasks.Task<System.Boolean>
|
UpdateCurrentAssembliesAsync()
Declaration
Task<bool> UpdateCurrentAssembliesAsync()
Returns
System.Threading.Tasks.Task<System.Boolean>
|