Microsoft.ApplicationServer.LocalServiceAppFabric System Service

Microsoft.ApplicationServer.LocalService (ClassType)

AppFabric NT Services extend this base class

Knowledge Base article:

Summary

AppFabric NT Services extend this base class

Element properties:

Base ClassSystem.LocalApplication
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdad47e5d1-d7a0-8110-50fa-15b946e49657

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 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationServer.LocalService" Accessibility="Public" Abstract="true" Base="System!System.LocalApplication" Hosted="false" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StartMode" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RunAs" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ImagePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>