ListEventChain Class

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

Provides a list of points recorded from a running application.

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

Syntax

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

Remarks

When Refresh is called, LogStreamEventChain loads all chain data into memory and stores each instantiated ChainEvent.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.DerivedEventChain
      Microsoft.VisualStudio.TraceLog.ListEventChain
        Microsoft.VisualStudio.TraceLog.CheckpointEventChain
        Microsoft.VisualStudio.TraceLog.FilteredListEventChain
        Microsoft.VisualStudio.TraceLog.ProcessEventChain
        Microsoft.VisualStudio.TraceLog.TestEventChain

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

ListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace