Name | Description | |
---|---|---|
![]() | EventMetricCollection Constructor | Create a new event metric dictionary for the provided definition. |
The following tables list the members exposed by EventMetricCollection.
Name | Description | |
---|---|---|
![]() | EventMetricCollection Constructor | Create a new event metric dictionary for the provided definition. |
Name | Description | |
---|---|---|
![]() | Count | The number of items in the dictionary. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Definition | The definition of all of the metrics in this collection. |
![]() | IsReadOnly | Indicates whether the dictionary is read-only (meaning no new metrics can be added) or not. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Item | Overloaded. Retrieve the event metric by its zero-based index in collection. |
![]() | Lock | Object Change Locking object. (Inherited from Gibraltar.Monitor.MetricCollection) |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Create a new metric object with the provided instance name and add it to the collection |
![]() | AddOrGet | Creates a new metric instance or returns an existing one by inspecting the provided object for EventMetricDefinition attributes. |
![]() | Clear | Clearing objects is not supported. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Contains | Indicates whether the specified metric object is contained in this dictionary. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | ContainsKey | Overloaded. Determines whether the collection contains an element with the specified key. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | CopyTo | Copies the entire contents of the dictionary into the provided array starting at the specified index. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | IndexOf | Returns the zero-based index of the specified metric within the dictionary. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Insert | Inserting objects by index is not supported because the collection is sorted. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | Remove | Removing objects is not supported. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | RemoveAt | Removing objects by index is not supported because the collection is always read only. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | ToArray | Copy the entire collection of metric instances into a new array. (Inherited from Gibraltar.Monitor.MetricCollection) |
![]() | TryGetValue | Overloaded. Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |
Name | Description | |
---|---|---|
![]() | OnCollectionChanged | Raises an event whenever our collection is changed to notify objects that want to know when we change. (Inherited from Gibraltar.Monitor.MetricCollection) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Raised every time the collection's contents are changed to allow subscribers to automatically track changes. (Inherited from Gibraltar.Monitor.MetricCollection) |