ConsumerSchedule Enum
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.
Specifes when a trace event or completion consumer should run.
public enum ConsumerSchedule
type ConsumerSchedule =
Public Enum ConsumerSchedule
- Inheritance
-
ConsumerSchedule
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies that the consumer should run at the default time. |
FirstPass | 0 | Specifies that the consumer should run during the first pass through the trace. |
SecondPass | 1 | Specifies that the consumer should run during a second pass through the trace. |
Remarks
This part of the API is in preview and under active development. It may change in future releases.