Details for a generic service that exists within a processing unit.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IServiceDetails
Public Interface IServiceDetails
public interface class IServiceDetails
public interface IServiceDetails
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
Attributes |
Gets optional service properties.
| |
Description |
Gets a short description of the service.
| |
Id |
Gets the service id.
| |
LongDescription |
Gets a long description of the service.
| |
ServiceSubType |
Gets the type of the serive details. For example, in case of space, it can be localcache, proxy, ... .
| |
ServiceType |
Gets the service type. For example, space.
|