SearchServiceApplication.SetCPUQueryThrottlingThreshold method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub SetCPUQueryThrottlingThreshold ( _
threshold As Integer _
)
'Uso
Dim instance As SearchServiceApplication
Dim threshold As Integer
instance.SetCPUQueryThrottlingThreshold(threshold)
public void SetCPUQueryThrottlingThreshold(
int threshold
)
Parâmetros
- threshold
Type: System.Int32
Ver também
Referência
SearchServiceApplication class