Provide monitoring of the hosted remoting services within the processing unit.
            SpaceRemotingServiceAttribute
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | J# | 
public interface IRemotingServiceMonitors : IServiceMonitors
Public Interface IRemotingServiceMonitors _ Implements IServiceMonitors
public interface class IRemotingServiceMonitors : IServiceMonitors
public interface IRemotingServiceMonitors extends IServiceMonitors
 Members
 Members| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | 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.
             | 
