SearchIndexingBufferedSender<T>.UploadDocuments Method

Definition

Adds a batch of upload actions to eventually send to the search index.

public virtual void UploadDocuments (System.Collections.Generic.IEnumerable<T> documents, System.Threading.CancellationToken cancellationToken = default);

Parameters

documents
IEnumerable<T>

The documents to upload.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be canceled.

Applies to