Microsoft.BizTalk.Services.RuleEngineUpdateServiceRules Engine Update Service

Microsoft.BizTalk.Services.RuleEngineUpdateService (ClassType)

Notifies users about the deployment or un-deployment of polices.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId951165cf-0872-5de1-f405-5cd832c3202d

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.Services.RuleEngineUpdateService:
UpdateServiceName  string  Update Service Name The service that is hosting the Rules Engine Update Service. true 256  False 
UpdateServiceHost  string  Update Service Host Where the Rules Engine Update Service is hosted. false 256  False 
UpdateServicePort  string  Update Service Port The network communications port used by the Rules Engine Update Service. false 256  False 
CacheEntries  string  Cache Entries Cache Entries false 256  False 
CachePruneInterval  string  Cache Prune Interval Cache Prune Interval false 256  False 
CacheTimeout  string  Cache Timeout Cache Timeout false 256  False 
DatabaseName  string  Database Name The Rules Engine Database name. false 256  False 
InstallPath  string  Install Path Folder where Rules Engine is installed. false 256  False 
PollingInterval  string  Polling Interval Frequency in which the Rules Engine polls for new information. false 256  False 
TranslationTimeout  string  Translation Timeout Translation Timeout false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Services.RuleEngineUpdateService" Base="System!System.Service" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false">
<Property Type="string" ID="UpdateServiceName" Key="true"/>
<Property Type="string" ID="UpdateServiceHost"/>
<Property Type="string" ID="UpdateServicePort"/>
<Property Type="string" ID="CacheEntries"/>
<Property Type="string" ID="CachePruneInterval"/>
<Property Type="string" ID="CacheTimeout"/>
<Property Type="string" ID="DatabaseName"/>
<Property Type="string" ID="InstallPath"/>
<Property Type="string" ID="PollingInterval"/>
<Property Type="string" ID="TranslationTimeout"/>
</ClassType>