Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets the last sampled value from the performance counter.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Nullable<double> LastSampledValue { get; }
public:
property Nullable<double> LastSampledValue {
Nullable<double> get();
}
member LastSampledValue : Nullable<float> with get
Public ReadOnly Property LastSampledValue As Nullable(Of Double)
Property Value
Type: System.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.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top