A számítógép leállított állapotának beállítása – eseménykontextus nélküli írási műveleti modultípus

Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext (WriteActionModuleType)

Ez az írási művelet a „Számítógép nem érhető el” figyelő állapotának alapjául szolgál.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Health.SetStateAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetStateActionNoFilter Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Health!System.Health.AlertSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="HealthServiceId" type="xsd:string" minOccurs="1"/>
<xsd:element name="HealthState" type="System.Health.AlertHealthState" minOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="Health.SetStateAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetStateActionNoFilter">
<MonitorId>$MPElement[Name="SC2007!Microsoft.SystemCenter.HealthService.ComputerDown"]$</MonitorId>
<HealthServiceId>$Config/HealthServiceId$</HealthServiceId>
<HealthState>$Config/HealthState$</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Health.SetStateAction"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>