SiteHitRule.HitRate, propriété (Microsoft.Office.Server.Search.Administration)
Gets or sets the hit rate, which represents the number of simultaneous requests allowed, or the interval between sequential requests, for a specified server.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property HitRate As Integer
'Utilisation
Dim instance As SiteHitRule
Dim value As Integer
value = instance.HitRate
instance.HitRate = value
public int HitRate { get; set; }
Valeur de la propriété
A 32-bit integer representing the hit rate.
Remarques
If the site hit rule type specified in the Behavior property is SimultaneousRequests, the HitRate property represents the number of simultaneous requests allowed for the specified server.
If the site hit rule type specified in the Behavior property is DelayBetweenRequests, the HitRate property represents the time interval between sequential requests.
Voir aussi
Référence
SiteHitRule, classe
Membres SiteHitRule
Microsoft.Office.Server.Search.Administration, espace de noms