SendEventBatchSucceededEventArgs Class
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.
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
Azure SDK for .NET