SearchServiceApplication.GetQueryThrottlingLatencyOverridenTenants method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetQueryThrottlingLatencyOverridenTenants As List(Of Guid)
'Usage
Dim instance As SearchServiceApplication
Dim returnValue As List(Of Guid)
returnValue = instance.GetQueryThrottlingLatencyOverridenTenants()
public List<Guid> GetQueryThrottlingLatencyOverridenTenants()
Return value
Type: System.Collections.Generic.List<Guid>
See also
Reference
SearchServiceApplication class