GigaSpaces XAP.NET Documentation
IRemotingServiceMonitors Interface
Class LibraryGigaSpaces.XAP.RemotingIRemotingServiceMonitors
Provide monitoring of the hosted remoting services within the processing unit. SpaceRemotingServiceAttribute
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IRemotingServiceMonitors : IServiceMonitors
Public Interface IRemotingServiceMonitors _
	Implements IServiceMonitors
public interface class IRemotingServiceMonitors : IServiceMonitors
public interface IRemotingServiceMonitors extends IServiceMonitors
Members
All MembersMethodsProperties



IconMemberDescription
Details
Gets the service details associated to this monitor, Should not be implemented, this will be automatically filled at the client side
(Inherited from IServiceMonitors.)
Failed
Gets the total number of remoting invocations that failed execution.

GetRemoteServiceStats(String)
Returns a specific remote service statistics.

Id
Gets the id of the service monitor, usually the service id.
(Inherited from IServiceMonitors.)
Monitors
Gets the monitor values
(Inherited from IServiceMonitors.)
Processed
Gets the total number of remoting invocations that were successfully executed.

RemoteServiceStats
Gets a list of the hosted remote services statistics.

RemotingDetails
Gets the IRemotingServiceDetails of the remoting services within the processing unit.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)