Class SystemOverview
Page showing the system information and actions.
public sealed class SystemOverview : OverviewPageBase, IPage
- Inheritance
-
objectSystemOverview
- Implements
- Inherited Members
- Extension Methods
Constructors
SystemOverview(IInfoProvider<ScheduledTaskConfigurationInfo>)
Initializes instance of SystemOverview class.
public SystemOverview(IInfoProvider<ScheduledTaskConfigurationInfo> taskInfoProvider)
Parameters
taskInfoProvider
IInfoProvider<ScheduledTaskConfigurationInfo>
Methods
CleanSystemTables()
Cleans all system tables, meaning it reclaims space after dropped variable length columns.
public Task<ICommandResponse> CleanSystemTables()
Returns
- Task<ICommandResponse>
ClearCache()
Clears the application cache.
public Task<ICommandResponse> ClearCache()
Returns
- Task<ICommandResponse>
ConfigurePage()
Allows configure and share page specific values prior invocation of the ConfigureTemplateProperties(TClientProperties) or command method.
public override Task ConfigurePage()
Returns
- Task
Restart()
Restarts the current instance.
public Task<ICommandResponse> Restart()
Returns
- Task<ICommandResponse>
RestartAll()
Restarts the current instance and all web-farm servers.
public Task<ICommandResponse> RestartAll()
Returns
- Task<ICommandResponse>