SPCallCounter.ValueIsExcessive 属性

表示与该计数器关联的时间是否超过最大允许值为此作用域。

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

语法

声明
Public ReadOnly Property ValueIsExcessive As Boolean
    Get
用法
Dim instance As SPCallCounter
Dim value As Boolean

value = instance.ValueIsExcessive
public bool ValueIsExcessive { get; }

属性值

类型:System.Boolean
Boolean 值 = true ,如果时间大于允许的最大值。

实现

ISPPerformanceMonitor.ValueIsExcessive

另请参阅

引用

SPCallCounter 类

SPCallCounter 成员

Microsoft.SharePoint.Utilities 命名空间