IQueryClientTypeOperations.IsQueryThrottlingEnabled method
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