IEtwActivityReverter.RevertCurrentActivityId Method
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.
Reverts the ETW activity ID of the current thread to its original value.
public:
void RevertCurrentActivityId();
public:
void RevertCurrentActivityId();
void RevertCurrentActivityId();
public void RevertCurrentActivityId ();
abstract member RevertCurrentActivityId : unit -> unit
Public Sub RevertCurrentActivityId ()
Remarks
Calling Dispose() has the same effect as calling this method and is useful in the C# "using" syntax.