Share via


SendEventBatchSucceededEventArgs Class

Definition

Contains information about a batch that was published and the partition that it was published to.

public class SendEventBatchSucceededEventArgs : EventArgs
type SendEventBatchSucceededEventArgs = class
    inherit EventArgs
Public Class SendEventBatchSucceededEventArgs
Inherits EventArgs
Inheritance
SendEventBatchSucceededEventArgs

Constructors

SendEventBatchSucceededEventArgs(IReadOnlyList<EventData>, String, CancellationToken)

Initializes a new instance of the SendEventBatchSucceededEventArgs class.

Properties

CancellationToken

A CancellationToken to indicate that the producer is being closed or disposed and is requesting that the handler stop its activities.

EventBatch

The set of events in the batch that was published.

PartitionId

The identifier of the partition that the batch was published to.

Applies to