SearchIndexingBufferedSender<T>.OnActionFailedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raise the ActionFailed event.
protected internal virtual System.Threading.Tasks.Task OnActionFailedAsync (Azure.Search.Documents.Models.IndexDocumentsAction<T> action, Azure.Search.Documents.Models.IndexingResult result, Exception exception, System.Threading.CancellationToken cancellationToken);
abstract member OnActionFailedAsync : Azure.Search.Documents.Models.IndexDocumentsAction<'T> * Azure.Search.Documents.Models.IndexingResult * Exception * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnActionFailedAsync : Azure.Search.Documents.Models.IndexDocumentsAction<'T> * Azure.Search.Documents.Models.IndexingResult * Exception * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Friend Overridable Function OnActionFailedAsync (action As IndexDocumentsAction(Of T), result As IndexingResult, exception As Exception, cancellationToken As CancellationToken) As Task
Parameters
- action
- IndexDocumentsAction<T>
The action being added.
- result
- IndexingResult
The result of indexing.
- exception
- Exception
An exception that was thrown.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
A task that will not complete until every handler does.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET