EventBulkingOptions.BulkEventLimit Property
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.
Count limit for bulk event output.
If the same event code is written more than BulkEventLimit
times in the BulkEventInterval
time period,
then only the first BulkEventLimit
individual events will be written, plus a count of how bulk event suppressed.
public int BulkEventLimit { get; set; }
member this.BulkEventLimit : int with get, set
Public Property BulkEventLimit As Integer