SearchContext.Reset method
NOTE: This API is now obsolete.
Redefine o índice de conteúdo.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Sub Reset ( _
disableAlerts As Boolean _
)
'Uso
Dim instance As SearchContext
Dim disableAlerts As Boolean
instance.Reset(disableAlerts)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public void Reset(
bool disableAlerts
)
Parâmetros
disableAlerts
Type: System.Booleantrue indica que os alertas de pesquisa devem ser desativados durante a redefinição; Caso contrário, false se os alertas não devem ser desabilitadas.