你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SearchIndexingBufferedSender<T>.ActionCompleted 事件

定义

每当成功提交索引操作时引发的事件。

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)) 

事件类型

适用于