SPHttpThrottleSettings.RefreshInterval 属性

获取或设置性能监视基础结构检查父 Web 应用程序的性能监视的频率。

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

语法

声明
Public Property RefreshInterval As Integer
    Get
    Set
用法
Dim instance As SPHttpThrottleSettings
Dim value As Integer

value = instance.RefreshInterval

instance.RefreshInterval = value
public int RefreshInterval { get; set; }

属性值

类型:System.Int32
时间间隔 (以毫秒为单位)。默认值为 5000。

异常

异常 条件
ArgumentOutOfRange

试图将值设置为小于 1000年 (即小于一秒)。

备注

如果NumberOfSamples和RefreshInterval为其默认值,则基础结构将其得分基于一分钟的示例: 以 5 秒为间隔 12 样本。

另请参阅

引用

SPHttpThrottleSettings 类

SPHttpThrottleSettings 成员

Microsoft.SharePoint.Utilities 命名空间