InterfaceIHotFixUpdater
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.HotFixUpdate
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IHotFixUpdater
Derived Classes:
Methods
CleanUpAssemblyBackUpsAsync()
Deletes the backups of the updated assemblies if available
Declaration
cs-api-definition
Task CleanUpAssemblyBackUpsAsync()
Returns
A task with the operation
IsNewHotFixAvailableAsync()
Checks whether there are newer compatible hot fixable assemblies available
IsProductRestartRequiredAsync()
Checks whether the hot fixable assemblies loaded into the appDomain are different that the latest downloaded
UpdateCurrentAssembliesAsync()
Updates the current hot fixable assemblies with the latest version if available