'Declaration
Public Function New( _ ByVal metric As CustomSampledMetric, _ ByVal rawValue As Double, _ ByVal rawTimeStamp As DateTimeOffset _ )
public CustomSampledMetricSamplePacket( CustomSampledMetric metric, double rawValue, DateTimeOffset rawTimeStamp )
Parameters
- metric
- The metric this sample is for
- rawValue
- The raw data value
- rawTimeStamp
- The exact date and time the raw value was determined