| Overload | Description |
|---|---|
| WriteSample(Double) | Write a metric sample with the provided data immediately, for non-fraction sampling types. |
| WriteSample(Double,DateTimeOffset) | Write a metric sample with the provided data immediately, for non-fraction sampling types. |
| WriteSample(Double,Double) | Write a metric sample with the provided data immediately, for fraction sampling types. |
| WriteSample(Double,Double,DateTimeOffset) | Write a metric sample with the provided data immediately, for fraction sampling types. |
| WriteSample(Object) | Write a sampled metric sample for this sampled metric instance using the provided data object. |