PartitionedListEventChain 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 PartitionedListEventChain _
    Inherits DerivedEventChain
'Usage
Dim instance As PartitionedListEventChain
public abstract class PartitionedListEventChain : DerivedEventChain
public ref class PartitionedListEventChain abstract : public DerivedEventChain
[<AbstractClassAttribute>]
type PartitionedListEventChain =  
    class
        inherit DerivedEventChain
    end
public abstract class PartitionedListEventChain extends DerivedEventChain

Remarks

A PartitionedListEventChain loads points into partitions for better memory management and to enable loading large chains of points.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.DerivedEventChain
      Microsoft.VisualStudio.TraceLog.PartitionedListEventChain
        Microsoft.VisualStudio.TraceLog.NotifyPointEventChain2
        Microsoft.VisualStudio.TraceLog.ThreadEventChain

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

PartitionedListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace