Microsoft.BizTalk.2010.BizTalkRFID.ProcessBizTalk RFID Process

Microsoft.BizTalk.2010.BizTalkRFID.Process (ClassType)

This is the server role defined for RFID Processes.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfe5a3558-92cd-b853-250e-191676b4dcc5

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.2010.BizTalkRFID.Process:
ProcessName  string  Process Name Name of the RFID business process. true 256  False 
Reliability  string  Reliability Denotes the process mode [transactional, reliable or express]. false 256  False 
Status  string  Status Process Status false 256  False 
LogicalDevice  string  Logical Device Logical device that is bound to the process. false 256  False 
Components  string  Components Set of event handler components in the process pipeline. false 256  False 
LogLevel  string  Log Level Level at which logging is performed for the process. false 256  False 
SingleEventProcessingTimeout  int  Single Event Processing Timeout Timeout interval for a event to be processed in the pipeline. false 256   
ErrorPercentageThreshold  string  Error Percentage Threshold Percentage threshold to trigger bouncing of the process. false 256  False 
ErrorTagCount  int  Error Tag Count Error count of tags processed. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.2010.BizTalkRFID.Process" Accessibility="Public" Base="System!System.ApplicationComponent" Hosted="true" Abstract="false" Singleton="false">
<Property ID="ProcessName" Type="string" Key="true"/>
<Property ID="Reliability" Type="string"/>
<Property ID="Status" Type="string"/>
<Property ID="LogicalDevice" Type="string"/>
<Property ID="Components" Type="string"/>
<Property ID="LogLevel" Type="string"/>
<Property ID="SingleEventProcessingTimeout" Type="int"/>
<Property ID="ErrorPercentageThreshold" Type="string"/>
<Property ID="ErrorTagCount" Type="int"/>
</ClassType>