EtwTrackingParticipant.EtwProviderId Property

Definition

Gets the provider ID used by the ETW provider created by this tracking participant.

public:
 property Guid EtwProviderId { Guid get(); void set(Guid value); };
public Guid EtwProviderId { get; set; }
member this.EtwProviderId : Guid with get, set
Public Property EtwProviderId As Guid

Property Value

The provider ID.

Remarks

The default ETW provider ID is built into the functionality. All applications that do not specify an ETW provider ID in their configuration emit application trace and tracking events that use the default provider ID. An ETW session can listen with the default provider ID and receive events from multiple services. If isolation of events is required, the application should specify an application-specific ETW provider ID in the configuration.

Applies to