Начать оперативное обслуживание хранилища

Microsoft.SystemCenter.HealthServiceStoreMaintenance (Task)

Эта задача запускает оперативное обслуживание хранилища подсистемы ESE для службы работоспособности. Обычно обслуживание хранилища выполняется периодически как часть правила, однако эта задача позволяет запускать обслуживание хранилища по требованию. Обслуживание хранилища выполняет оперативную дефрагментацию хранилища подсистемы ESE для службы работоспособности.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300
CommentRequest that the Health Service do ESE store maintenance

Member Modules:

ID Module Type TypeId RunAs 
HealthServiceStoreMaintenanceAction WriteAction Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.HealthServiceStoreMaintenance" Comment="Request that the Health Service do ESE store maintenance" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="HealthServiceStoreMaintenanceAction" TypeID="Microsoft.SystemCenter.HealthServiceStoreMaintenanceAction"/>
</Task>