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

SearchIndexingBufferedSender<T>.ActionAdded 事件

定义

每当向发送方添加索引操作时引发的事件。

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

事件类型

适用于