Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricCollection Class


EventMetricCollection Class Methods

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

Public Methods
 NameDescription
Public MethodOverloaded. Create a new metric object with the provided instance name and add it to the collection  
Public MethodCreates a new metric instance or returns an existing one by inspecting the provided object for EventMetricDefinition attributes.  
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 its key 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