SiteHitRule Class
Represents a site hit rule, which is used by the SharePoint Enterprise Search index engine to determine how many simultaneous requests are allowed, and the time interval between sequential requests, for a specified server.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.Search.Administration.SiteHitRule
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<GuidAttribute("BFEE3BC8-94EA-47CB-BE44-5A9ED7660535")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SiteHitRule
'Usage
Dim instance As SiteHitRule
[GuidAttribute("BFEE3BC8-94EA-47CB-BE44-5A9ED7660535")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SiteHitRule
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.