SearchIndexingBufferedSender<T>.OnActionFailedAsync Method

Definition

Raise the ActionFailed event.

protected internal virtual System.Threading.Tasks.Task OnActionFailedAsync (Azure.Search.Documents.Models.IndexDocumentsAction<T> action, Azure.Search.Documents.Models.IndexingResult result, Exception exception, System.Threading.CancellationToken cancellationToken);

Parameters

action
IndexDocumentsAction<T>

The action being added.

result
IndexingResult

The result of indexing.

exception
Exception

An exception that was thrown.

cancellationToken
CancellationToken

Cancellation token.

Returns

A task that will not complete until every handler does.

Applies to