Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether query throttling is enabled
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function IsQueryThrottlingEnabled As Boolean
'Usage
Dim instance As IQueryClientTypeOperations
Dim returnValue As Boolean
returnValue = instance.IsQueryThrottlingEnabled()
[OperationContractAttribute]
bool IsQueryThrottlingEnabled()
Return value
Type: System.Boolean
True if query throttling is enabled, false otherwise
See also
Reference
IQueryClientTypeOperations interface