SearchIndexingBufferedSender<T>.OnActionSentAsync Method

Definition

Raise the ActionSent event.

protected internal virtual System.Threading.Tasks.Task OnActionSentAsync (Azure.Search.Documents.Models.IndexDocumentsAction<T> action, System.Threading.CancellationToken cancellationToken);

Parameters

action
IndexDocumentsAction<T>

The action being added.

cancellationToken
CancellationToken

Cancellation token.

Returns

A task that will not complete until every handler does.

Applies to