MonitoringPerformanceData.LastSampledValue Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the last sampled value from the performance counter.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As MonitoringPerformanceData
Dim value As Nullable(Of Double)
value = instance.LastSampledValue
Syntax
'Declaration
Public ReadOnly Property LastSampledValue As Nullable(Of Double)
public Nullable<double> LastSampledValue { get; }
public:
property Nullable<double> LastSampledValue {
Nullable<double> get ();
}
/** @property */
public Nullable<double> get_LastSampledValue ()
public function get LastSampledValue () : Nullable<double>
Property Value
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Change History
See Also
Reference
MonitoringPerformanceData Class
MonitoringPerformanceData Members
Microsoft.EnterpriseManagement.Monitoring Namespace