Start RFID Service

Microsoft.BizTalk.2013.BizTalkRFID.Tasks.StartRFIDService (Task)

Start the Microsoft RFID Service on a specific machine.

Knowledge Base article:

Summary

Start the Biatalk RFID Service on a specific machine.

Element properties:

TargetMicrosoft.BizTalk.2013.BizTalkRFID.Service
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
WA WriteAction System.CommandExecuter Default

Source Code:

<Task ID="Microsoft.BizTalk.2013.BizTalkRFID.Tasks.StartRFIDService" Accessibility="Public" Enabled="true" Target="Microsoft.BizTalk.2013.BizTalkRFID.Service" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="WA" TypeID="System!System.CommandExecuter">
<ApplicationName/>
<WorkingDirectory/>
<CommandLine>net start "MSBizTalkRFID" /y</CommandLine>
<TimeoutSeconds>120</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</WriteAction>
</Task>