ClassHotFixUpdater
Class
Definition
Namespace:ArtOfTest.WebAii.Design.HotFixUpdate
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class HotFixUpdater : IHotFixUpdater
Inheritance: objectHotFixUpdater
Implements:
Constructors
HotFixUpdater(IConnector, string)
Declaration
cs-api-definition
public HotFixUpdater(IConnector connector, string bucket)
Parameters
connector
IConnector
bucket
Methods
CleanUpAssemblyBackUpsAsync()
Deletes the backups of the updated assemblies if available
Declaration
cs-api-definition
public Task CleanUpAssemblyBackUpsAsync()
Returns
A task with the operation
Implements
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