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


MetricSampleCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAdd the specified MetricSample item to the collection  
Public MethodRemove all elements from the collection.  
Public MethodDetermines whether an element is in the collection.  
Public MethodDetermines whether the collection contains an element with the specified key.  
Public MethodCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodRetrieves the numerical index of the specified item in the collection or -1 if not found.  
Public MethodNot supported.  
Public MethodRemove the specified MetricSample item. If the MetricSample isn't in the collection, no exception is thrown.  
Public MethodRemove a sample at a specific numerical index.  
Public MethodCopy the entire collection of metric samples into a new array.  
Top
Protected Methods
 NameDescription
Protected MethodThis method is called every time a collection change event occurs to allow inheritors to override the change event.  
Top
See Also