RootEventChain Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a chain of points that are recorded from a running application with optional support for read and append.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public MustInherit Class RootEventChain _
    Inherits EventChain
'Usage
Dim instance As RootEventChain
public abstract class RootEventChain : EventChain
public ref class RootEventChain abstract : public EventChain
[<AbstractClassAttribute>]
type RootEventChain =  
    class
        inherit EventChain
    end
public abstract class RootEventChain extends EventChain

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.RootEventChain
      Microsoft.VisualStudio.TraceLog.LogStreamEventChain

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RootEventChain Members

Microsoft.VisualStudio.TraceLog Namespace