刷新运行状况服务状态和高速缓存

Microsoft.SystemCenter.ResetHealthServiceStore (Task)

此任务将重置运行状况服务中的所有状态。这包括规则、监视器、传出数据和已缓存管理包的状态。由于此任务将重置服务,将不会发送此任务的状态,因为传出任务状态是此任务重置的内容的一部分。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300
CommentRequest Health Service Store Reset

Member Modules:

ID Module Type TypeId RunAs 
ResetServiceStore WriteAction Microsoft.SystemCenter.ResetServiceStoreAction Default

Source Code:

<Task ID="Microsoft.SystemCenter.ResetHealthServiceStore" Comment="Request Health Service Store Reset" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<WriteAction ID="ResetServiceStore" TypeID="Microsoft.SystemCenter.ResetServiceStoreAction"/>
</Task>