SPSystemPerformanceMonitor.LastValue property
在衍生類別中實作時,取得報告的值基準效能測量最後一次它被讀取。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride ReadOnly Property LastValue As Object
Get
'用途
Dim instance As SPSystemPerformanceMonitor
Dim value As Object
value = instance.LastValue
public abstract Object LastValue { get; }
Property value
Type: System.Object
最後一個取樣的效能度量的值。
備註
Notes to implementers
這個屬性應該儲存值的快照集。因此,應實作Value屬性,以重設LastValue ,每次讀取Value 。Value的get存取子應該讀取基礎的效能量值,但不是應該LastValue的get存取子。
請參閱
參照
SPSystemPerformanceMonitor class