Compartir a través de


SearchIndexerClient.RunIndexer(String, CancellationToken) Método

Definición

Ejecute un indexador ahora.

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

Parámetros

indexerName
String

Obligatorio. Nombre del indizador que se va a ejecutar.

cancellationToken
CancellationToken

Opcional CancellationToken para propagar las notificaciones que se deben cancelar en la operación.

Devoluciones

del Response servidor.

Excepciones

Se genera cuando el valor de indexerName es null.

Se produce cuando el servicio Search devuelve un error.

Se aplica a