SearchIndexingBufferedSender<T>.ActionCompleted Event

Definition

Event raised whenever an indexing action was submitted successfully.

public event Azure.Core.SyncAsyncEventHandler<Azure.Search.Documents.Models.IndexActionCompletedEventArgs<T>> ActionCompleted;
member this.ActionCompleted : Azure.Core.SyncAsyncEventHandler<Azure.Search.Documents.Models.IndexActionCompletedEventArgs<'T>> 
Public Event ActionCompleted As SyncAsyncEventHandler(Of IndexActionCompletedEventArgs(Of T)) 

Event Type

Applies to