상태 서비스 상태 및 캐시 플러시

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>