SPSystemPerformanceMonitor.LastValue 属性

派生类中实现时,获取已读取的基础性能测量报告上一次它的值。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public MustOverride ReadOnly Property LastValue As Object
    Get
用法
Dim instance As SPSystemPerformanceMonitor
Dim value As Object

value = instance.LastValue
public abstract Object LastValue { get; }

属性值

类型:System.Object
上一次采样性能量值的值。

备注

针对实施者的注释

此属性应存储的值的一个快照。因此,应实现的Value属性重置每次读取Value的LastValue 。Value的get访问器应显示为基础的性能度量值,但LastValue的get访问器不应。

另请参阅

引用

SPSystemPerformanceMonitor 类

SPSystemPerformanceMonitor 成员

Microsoft.SharePoint.Utilities 命名空间