SiteHitRule.HitRate 属性

获取或设置表示连续的请求,为指定的服务器之间的时间间隔或同时允许的请求数的命中率。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Property HitRate As Integer
    Get
    Set
用法
Dim instance As SiteHitRule
Dim value As Integer

value = instance.HitRate

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

属性值

类型:System.Int32
32 位整数,它表示的命中率。

备注

如果网站命中率规则,在Behavior属性中指定的类型为SimultaneousRequests, HitRate属性表示同时允许为指定的服务器的请求的数。

如果网站命中率规则,在Behavior属性中指定的类型为DelayBetweenRequests, HitRate属性表示连续请求之间的时间间隔。

另请参阅

引用

SiteHitRule 类

SiteHitRule 成员

Microsoft.Office.Server.Search.Administration 命名空间