A Space service defined within a processing unit.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ISpaceServiceDetails : IServiceDetails
Public Interface ISpaceServiceDetails _ Inherits IServiceDetails
public interface class ISpaceServiceDetails : IServiceDetails
public interface ISpaceServiceDetails extends IServiceDetails
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
Attributes |
Gets optional service properties.
(Inherited from IServiceDetails.) | |
Clustered |
Gets whether this is a clustered space proxy.
| |
ContainerName |
Gets the space member container name.
| |
Description |
Gets a short description of the service.
(Inherited from IServiceDetails.) | |
Id |
Gets the service id.
(Inherited from IServiceDetails.) | |
LocalGatewayName |
Gets the space local gateway name.
| |
LongDescription |
Gets a long description of the service.
(Inherited from IServiceDetails.) | |
Mirror |
Gets whether this is a mirror space.
| |
Name |
Gets the space member name.
| |
ServiceID |
Gets the space member service id.
| |
ServiceSubType |
Gets the type of the serive details. For example, in case of space, it can be localcache, proxy, ... .
(Inherited from IServiceDetails.) | |
ServiceType |
Gets the service type. For example, space.
(Inherited from IServiceDetails.) | |
SpaceType |
Gets the space type.
| |
Url |
Gets the url of the space.
|