Compartilhar via


SearchIndexerClient.RunIndexerAsync(String, CancellationToken) Método

Definição

Execute um indexador agora.

public virtual System.Threading.Tasks.Task<Azure.Response> RunIndexerAsync (string indexerName, System.Threading.CancellationToken cancellationToken = default);
abstract member RunIndexerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RunIndexerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RunIndexerAsync (indexerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parâmetros

indexerName
String

Obrigatórios. O nome do indexador a ser executado.

cancellationToken
CancellationToken

Opcional CancellationToken para propagar notificações de que a operação deve ser cancelada.

Retornos

O Response do servidor.

Exceções

Lançado quando indexerName é nulo.

Gerada quando uma falha é retornada pelo serviço Pesquisa.

Aplica-se a