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


In This Topic
    EventMetricValueDefinitionCollection Class Members
    In This Topic

    The following tables list the members exposed by EventMetricValueDefinitionCollection.

    Public Properties
     NameDescription
    Public PropertyThe number of items currently in the dictionary.  
    Public PropertyThe metric definition this value is associated with.  
    Public PropertyIndicates if the definition is considered read only.  
    Public PropertyOverloaded. Retrieve the metric definition by numeric index in collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Create a new value definition with the supplied name and type. The name must be unique in this collection  
    Public MethodClearing objects is not supported.  
    Public MethodIndicates whether the collection already contains the specified definition object  
    Public MethodDetermines whether the collection contains an element with the specified key.  
    Public MethodCopy the current list of event metric value definitions into the provided array starting at the specified index.  
    Public MethodOverloaded. Retrieve the index of a metric value definition by its name  
    Public MethodInserting objects by index is not supported because the collection is sorted.  
    Public MethodRemoving objects is not supported.  
    Public MethodRemoving objects by index is not supported.  
    Public MethodScan the collection and mark each value with its index (only once IsReadOnly is true).  
    Public MethodCopy the current list of event metric value definitions into a new array.  
    Public MethodRetrieve 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 MethodThis method is called every time a collection change event occurs to allow inheritors to override the change event.  
    Top
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes.  
    Top
    See Also