EventProcessorOptions.MaxBatchSize Property

Definition

Returns the maximum size of an event batch that IEventProcessor.ProcessEventsAsync will be called with

public int MaxBatchSize { get; set; }
member this.MaxBatchSize : int with get, set
Public Property MaxBatchSize As Integer

Property Value

Applies to