Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SampledMetricCollection Class
Properties Methods Events


In This Topic
    SampledMetricCollection Class Members
    In This Topic

    The following tables list the members exposed by SampledMetricCollection.

    Public Properties
     NameDescription
    Public PropertyThe number of items in the dictionary. (Inherited from Gibraltar.Monitor.MetricCollection)
    Public PropertyThe metric definition that owns this dictionary, meaning every metric is a specific instance of this metric definition. (Inherited from Gibraltar.Monitor.MetricCollection)
    Public PropertyIndicates whether the dictionary is read-only (meaning no new metrics can be added) or not. (Inherited from Gibraltar.Monitor.MetricCollection)
    Public PropertyOverloaded. Retrieve metric packet by numeric index in collection. (Inherited from Gibraltar.Monitor.MetricCollection)
    Public PropertyObject Change Locking object. (Inherited from Gibraltar.Monitor.MetricCollection)
    Top
    Public Methods
     NameDescription
    Public MethodAdd the supplied Metric item to this collection. (Inherited from Gibraltar.Monitor.MetricCollection)
    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. (Inherited from Gibraltar.Monitor.MetricCollection)
    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
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes. (Inherited from Gibraltar.Monitor.MetricCollection)
    Top
    See Also