Microsoft.ApplicationServer.EventCollectorServiceAppFabric Event Collection Service

Microsoft.ApplicationServer.EventCollectorService (ClassType)

This class represents a Windows NT Service that AppFabric installs. This service is responsible for collecting event data from WCF and WF services that are managed by AppFabric and sending that data to a monitoring database.

Knowledge Base article:

Summary

This class represents a Windows NT Service that AppFabric installs. This service is responsible for collecting event data from WCF and WF services that are managed by AppFabric and sending that data to a monitoring database.

Element properties:

Base ClassMicrosoft.ApplicationServer.LocalService
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc3a84e09-7b53-8172-b634-d552f4d047a4

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.ApplicationServer.LocalService:
ServiceName  string  Service Name true 256  False 
Description  string  Description false 256  False 
StartMode  string  Start Mode false 256  False 
RunAs  string  Run As false 256  False 
ImagePath  string  Image Path false 256  False 
Microsoft.ApplicationServer.EventCollectorService:
CollectorName  string  Collector Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.EventCollectorService" Accessibility="Public" Abstract="false" Base="Microsoft.ApplicationServer.LocalService" Hosted="true" Singleton="false">
<Property ID="CollectorName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>