Processing Unit Instance statistics provide statistics on services configured within the processing
unit. It uses the IServiceMonitors which component within a processing unit
can provide.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IProcessingUnitInstanceStatistics : IEnumerable<IServiceMonitors>, IEnumerable
Public Interface IProcessingUnitInstanceStatistics _ Inherits IEnumerable(Of IServiceMonitors), IEnumerable
public interface class IProcessingUnitInstanceStatistics : IEnumerable<IServiceMonitors^>, IEnumerable
public interface IProcessingUnitInstanceStatistics extends IEnumerable<IServiceMonitors>, IEnumerable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
EventContainers |
Gets all the different IEventListenerContainerServiceMonitors keyed by the service id.
| |
GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'IServiceMonitors>)>)>.) | |
GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
Monitors |
Gets a dictionary of the IServiceMonitors per processing unit
service id.
| |
NotifyEventContainers |
Gets all the different INotifyEventListenerContainerServiceMonitors keyed by the service id.
| |
PollingEventContainers |
Gets all the different IPollingEventListenerContainerServiceMonitors keyed by the service id.
| |
Previous |
Gets the previous statistics.
| |
Remoting |
Gets the IRemotingServiceMonitors information.
| |
Timestamp |
Gets the timestamp the stats were taken at.
|
See Also