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

SearchIndexingBufferedSender<T>.ActionFailed 事件

定义

每当索引操作失败时引发的事件。

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

事件类型

适用于