Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Agent.PerformanceCounters Namespace / PerfCounterMetricCollection Class


PerfCounterMetricCollection Class Methods

For a list of all members of this type, see PerfCounterMetricCollection members.

Public Methods
 NameDescription
Public MethodOverloaded. Create a new metric instance for the provided performance counter object  
Public MethodClearing objects is not supported. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodIndicates whether the specified metric object is contained in this dictionary. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodOverloaded. Determines whether the collection contains an element with the specified key. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodCopies the entire contents of the dictionary into the provided array starting at the specified index. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodReturns the zero-based index of the specified metric within the dictionary. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodInserting objects by index is not supported because the collection is sorted. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodRemoving objects is not supported. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodRemoving objects by index is not supported because the collection is always read only. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodCopy the entire collection of metric instances into a new array. (Inherited from Gibraltar.Monitor.MetricCollection)
Public MethodOverloaded. Retrieve an item from the collection by the performance counter it represents if present. If not present, the default value of the object is returned.  
Top
Protected Methods
 NameDescription
Protected MethodRaises an event whenever our collection is changed to notify objects that want to know when we change. (Inherited from Gibraltar.Monitor.MetricCollection)
Top
See Also