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


In This Topic
    CustomSampledMetricDictionary Class Members
    In This Topic

    The following tables list the members exposed by CustomSampledMetricDictionary.

    Public Properties
     NameDescription
    Public PropertyThe number of items in the dictionary. (Inherited from Gibraltar.Monitor.MetricCollection)
    Public PropertyThe definition of all of the metrics in this collection.  
    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 the custom sampled metric by its zero-based index in collection.  
    Public PropertyObject Change Locking object. (Inherited from Gibraltar.Monitor.MetricCollection)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Create a new metric object with the provided instance name and add it to the collection  
    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
    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