Share via


IEtwEventCorrelator.CurrentActivityId Property

Definition

Gets or sets the ETW activity ID of the current thread.

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

Property Value

Remarks

This method should only be used for advanced scenarios or diagnostics. Prefer using StartActivity() or StartActivity(Guid) instead.

Applies to