Overload | Description |
---|---|
TryGetValue(Guid,EventMetric) | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |
TryGetValue(String,EventMetric) | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |
TryGetValue(Guid,IMetric) | 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) |
TryGetValue(String,IMetric) | 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) |