Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / EventMetricSampleCollection Class
Properties Methods Events


EventMetricSampleCollection Class Members

The following tables list the members exposed by EventMetricSampleCollection.

Public Constructors
 NameDescription
Public ConstructorCreate a new sample collection for the specified metric object  
Top
Public Properties
 NameDescription
Public PropertyThe number of items currently in the collection (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public PropertyThe first object in the collection  
Public PropertyIndicates if the collection is read only and therefore can't have items added or removed. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public PropertySelect a metric sample by its numerical index  
Public PropertyThe last object in the collection  
Public PropertyThe Event metric this sample is for.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Add the specified custom sampled metric sample object to the collection  
Public MethodRemove all elements from the collection. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodDetermines whether an element is in the collection. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodDetermines whether the collection contains an element with the specified key. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodCopies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodRetrieves the numerical index of the specified item in the collection or -1 if not found. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodNot supported. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodRemove the specified MetricSample item. If the MetricSample isn't in the collection, no exception is thrown. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodRemove a sample at a specific numerical index. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Public MethodCopy the entire collection of metric samples into a new array. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Top
Protected Methods
 NameDescription
Protected MethodThis method is called every time a collection change event occurs to allow inheritors to override the change event. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Top
Public Events
 NameDescription
Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes. (Inherited from Gibraltar.Monitor.MetricSampleCollection)
Top
See Also