Content.DeleteCrawlInProgress method
Retorna um valor Boolean que indica se um rastreamento em andamento pode ser excluído.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function DeleteCrawlInProgress As Boolean
'Uso
Dim instance As Content
Dim returnValue As Boolean
returnValue = instance.DeleteCrawlInProgress()
public bool DeleteCrawlInProgress()
Valor retornado
Type: System.Boolean
true se um rastreamento de excluir está em andamento. Caso contrário, false.