EventBulkingOptions.BulkEventInterval 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.
Time 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 TimeSpan BulkEventInterval { get; set; }
member this.BulkEventInterval : TimeSpan with get, set
Public Property BulkEventInterval As TimeSpan