EventDataBatch Class

Definition

A helper class for creating a batch of EventData objects to be used for SendBatch or SendBatchAsync call.

public sealed class EventDataBatch : IDisposable
type EventDataBatch = class
    interface IDisposable
Public NotInheritable Class EventDataBatch
Implements IDisposable
Inheritance
EventDataBatch
Implements

Constructors

EventDataBatch(Int64)

Creates a batch with the specified maximum size in bytes.

Properties

Count

Gets the current event count in the batch.

Methods

Dispose()

Disposes the EventData objects contained in this batch.

ToEnumerable()

Converts the batch to an IEnumerable of EventData objects that can be accepted by the SendBatch or SendBatchAsync method.

TryAdd(EventData)

Tries to add an event data to the batch if permitted by the batch's size limit.

Applies to