IEtwActivityReverter Interface

Definition

An object that can be used to revert the ETW activity ID of the current thread to its original value.

public interface class IEtwActivityReverter : IDisposable
public interface IEtwActivityReverter : IDisposable
type IEtwActivityReverter = interface
    interface IDisposable
Public Interface IEtwActivityReverter
Implements IDisposable
Implements

Methods

RevertCurrentActivityId()

Reverts the ETW activity ID of the current thread to its original value.

Applies to