GigaSpaces XAP.NET Documentation
IRemotingServiceDetails Interface
Class LibraryGigaSpaces.XAP.RemotingIRemotingServiceDetails
Gets the details of the hosted remoting services within the processing unit. SpaceRemotingServiceAttribute
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IRemotingServiceDetails : IServiceDetails
Public Interface IRemotingServiceDetails _
	Inherits IServiceDetails
public interface class IRemotingServiceDetails : IServiceDetails
public interface IRemotingServiceDetails extends IServiceDetails
Members
All MembersMethodsProperties



IconMemberDescription
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.)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)