Gets the details of the hosted remoting services within the processing unit.
            SpaceRemotingServiceAttribute
| C# | Visual Basic | Visual C++ | J# | 
public interface IRemotingServiceDetails : IServiceDetails
Public Interface IRemotingServiceDetails _ Implements IServiceDetails
public interface class IRemotingServiceDetails : IServiceDetails
public interface IRemotingServiceDetails extends IServiceDetails
| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
| Attributes | 
            Gets optional service properties.
              (Inherited from IServiceDetails.) | |
| Description | 
            Gets a short description of the service.
              (Inherited from IServiceDetails.) | |
| GetRemoteService(String) | 
            Returns details of the specified remote service id.
              | |
| Id | 
            Gets the service id.
              (Inherited from IServiceDetails.) | |
| LongDescription | 
            Gets a long description of the service.
              (Inherited from IServiceDetails.) | |
| RemoteServices | 
            Gets a list of the hosted remote services details.
              | |
| 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.) | 
