Partager via


SearchIndexerClient.RunIndexerAsync(String, CancellationToken) Méthode

Définition

Exécutez un indexeur maintenant.

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)

Paramètres

indexerName
String

Obligatoire. Le nom de l'indexeur à exécuter.

cancellationToken
CancellationToken

Facultatif CancellationToken pour propager des notifications indiquant que l’opération doit être annulée.

Retours

à Response partir du serveur.

Exceptions

Levé quand indexerName a la valeur null.

Levée lorsqu’un échec est retourné par le service Search.

S’applique à