MonitoringPerformanceData.LastSampledValue Property

Definition

The last sampled value of this performance counter.

public:
 property Nullable<double> LastSampledValue { Nullable<double> get(); };
public double? LastSampledValue { get; }
member this.LastSampledValue : Nullable<double>
Public ReadOnly Property LastSampledValue As Nullable(Of Double)

Property Value

Nullable<Double>

Returns a Double that is the last sampled value from the performance counter.

Remarks

Warning

Due to performance reasons, LastSampledValue is reserved for future use and will currently always return null.

Applies to