Edit

Share via


ConsumerSchedule Enum

Definition

Specifes when a trace event or completion consumer should run.

public enum ConsumerSchedule
type ConsumerSchedule = 
Public Enum ConsumerSchedule
Inheritance
ConsumerSchedule

Fields

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.

Applies to