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


In This Topic
    MetricDefinitionCollection Class Members
    In This Topic

    The following tables list the members exposed by MetricDefinitionCollection.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyThe number of items currently in the collection  
    Public PropertyIndicates if the collection is read only and therefore can't have items added or removed.  
    Public PropertyOverloaded. Retrieve metric packet by numeric index in collection.  
    Public PropertyObject Change Locking object.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd an existing MetricDefinition item to this collection.  
    Public MethodClearing objects is not supported.  
    Public MethodDetermines whether an element is in the collection.  
    Public MethodOverloaded. Determines whether the collection contains an element with the specified key.  
    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 MethodSearches for the specified value and returns the zero-based index of the first occurrence  
    Public MethodInserting objects by index is not supported because the collection is sorted.  
    Public MethodRetrieve a metric given its unique Id.  
    Public MethodRemoving objects is not supported.  
    Public MethodRemoving objects by index is not supported because the collection is always read only.  
    Public MethodCopy the entire collection of metric 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.  
    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
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes.  
    Top
    See Also