IEtwEventCorrelator.CurrentActivityId Property
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.
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.