EMC.SI.WindowsServiceDELLEMC Enterprise SI Windows Service

EMC.SI.WindowsService (ClassType)

DELLEMC Enterprise Storage Integrator Windows Service

Knowledge Base article:

Summary

This class represents the DELLEMC Enterprise Storage Integrator Service.

Additional

This class views the DELLEMC Enterprise Storage Integrator Service as a Windows service.

For additional information, refer to the DELLEMC Enterprise Storage Integrator for Windows Suite Technical Notes or Online Help.

External

For more information or technical support, refer to DELLEMC Online Support at support.emc.com.

Element properties:

Base ClassMicrosoft.Windows.LocalService
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc9300b2f-4cbf-a562-e9a2-f50abebeb13b

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 
EMC.SI.WindowsService:
ServiceName  string  Service Name true 256  False 
ServiceProcessName  string  Process Name false 256  False 
Description  string  Description false 1000  False 

Health Model:

Source Code:

<ClassType ID="EMC.SI.WindowsService" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalService" Hosted="true" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="1"/>
<Property ID="ServiceProcessName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="1000" MinLength="0"/>
</ClassType>