SearchServiceApplication.GetQueryThrottlingLatencyOverridenTenants method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetQueryThrottlingLatencyOverridenTenants As List(Of Guid)
'Uso
Dim instance As SearchServiceApplication
Dim returnValue As List(Of Guid)
returnValue = instance.GetQueryThrottlingLatencyOverridenTenants()
public List<Guid> GetQueryThrottlingLatencyOverridenTenants()
Valor retornado
Type: System.Collections.Generic.List<Guid>
Ver também
Referência
SearchServiceApplication class