SearchIndexingBufferedSender<T>.OnActionAddedAsync Method

Definition

Raise the ActionAdded event.

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

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