EventLogReader.BatchSize Property

Definition

Gets or sets the number of events retrieved from the stream of events on every read operation.

public:
 property int BatchSize { int get(); void set(int value); };
public int BatchSize { get; set; }
member this.BatchSize : int with get, set
Public Property BatchSize As Integer

Property Value

Returns an integer value.

Applies to

See also