'Declaration
Public Overloads Sub WriteSample( _ ByVal instanceName As String, _ ByVal rawValue As Double, _ ByVal baseValue As Double, _ ByVal rawTimestamp As DateTimeOffset _ )
public void WriteSample( string instanceName, double rawValue, double baseValue, DateTimeOffset rawTimestamp )
Parameters
- instanceName
- The instance name to use, or null or empty for the default metric instance.
- rawValue
- The raw data value
- baseValue
- The divisor entry of this sample.
- rawTimestamp
- The exact date and time the raw value was determined