WAS 서비스 시작

Microsoft.Windows.InternetInformationServices.10.0.WebServer.StartWASService.Task (Task)

이 작업은 현재 중지되어 있는 WAS(Windows Process Activation Service)를 시작합니다.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebServer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction Microsoft.Windows.InternetInformationServices.10.0.ControlService Default

Source Code:

<Task ID="Microsoft.Windows.InternetInformationServices.10.0.WebServer.StartWASService.Task" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebServer" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="Microsoft.Windows.InternetInformationServices.10.0.ControlService">
<Operation>start WAS</Operation>
<TimeoutSeconds>60</TimeoutSeconds>
</WriteAction>
</Task>