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

SendEventBatchFailedEventArgs 类

定义

包含有关无法发布的批的信息,以及发生的异常以及该批要发布到的分区。

public class SendEventBatchFailedEventArgs : EventArgs
type SendEventBatchFailedEventArgs = class
    inherit EventArgs
Public Class SendEventBatchFailedEventArgs
Inherits EventArgs
继承
SendEventBatchFailedEventArgs

构造函数

SendEventBatchFailedEventArgs(IReadOnlyList<EventData>, Exception, String, CancellationToken)

初始化 SendEventBatchFailedEventArgs 类的新实例。

属性

CancellationToken

一个 CancellationToken ,指示生成者正在关闭或释放,并请求处理程序停止其活动。

EventBatch

批处理中未能发布的事件集。

Exception

尝试发布批处理时发生的异常。

PartitionId

要向其发布批处理的分区的标识符。

适用于