EventMetricSample Class Members
In This Topic
The following tables list the members exposed by EventMetricSample.
Public Properties
| Name | Description |
| Metric | The Event metric this sample is for. |
Top
Public Methods
| Name | Description |
| CompareTo | Compare this object to another to determine sort order |
| Equals | Overloaded. Determines if the provided object is identical to this object. |
| GetHashCode | Serves as the default hash function. Provides a representative hash code for objects of this type to spread out distribution in hash tables. |
| GetValue | The raw value of the metric. |
| GetValues | A copy of all of the values associated with this sample, as an array. Any value in the array may be a null object. |
| SetValue | Overloaded. Set a value in this sample by its value column name. |
| Write | Write this sample to the current process log if it hasn't been written already |
Top
See Also