IEtwEventCorrelator Interface

Definition

An object that can be used to manage the ETW activity ID of the current thread.

public interface class IEtwEventCorrelator
public interface IEtwEventCorrelator
type IEtwEventCorrelator = interface
Public Interface IEtwEventCorrelator
Derived

Properties

Name Description
CurrentActivityId

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

Methods

Name Description
StartActivity()

Creates and sets a new activity ID for the current thread. If the current thread has an existing activity ID, it will be correlated with the new activity ID.

StartActivity(Guid)

Creates and sets a new activity ID for the current thread, optionally correlating the new activity with another activity.

Applies to