EventBulkingOptions Class
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.
options for event bulking feature
public class EventBulkingOptions
type EventBulkingOptions = class
Public Class EventBulkingOptions
- Inheritance
-
EventBulkingOptions
Constructors
EventBulkingOptions() |
Fields
DefaultBulkEventInterval |
Default bulk event interval |
DefaultBulkEventLimit |
Default bulk event limit. |
Properties
BulkEventInterval |
Time limit for bulk event output.
If the same event code is written more than |
BulkEventLimit |
Count limit for bulk event output.
If the same event code is written more than |