編輯

共用方式為


IFilteredTwoPassEventConsumer.PreparatoryPassProviderIds Property

Definition

Gets a list of provider IDs for the events that this consumer will receive during the preparatory pass through the trace.

public System.Collections.Generic.IReadOnlyList<Guid> PreparatoryPassProviderIds { get; }
member this.PreparatoryPassProviderIds : System.Collections.Generic.IReadOnlyList<Guid>
Public ReadOnly Property PreparatoryPassProviderIds As IReadOnlyList(Of Guid)

Property Value

Remarks

During the preparatory pass, the event consumer may determine which provider IDs to listen to during the main pass. The list of ProviderIds will not be accesed until after the preparatory pass has completed.

Applies to