NotifyPointEventChain2 Class

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

Provides a chain of diagnostic points recorded from a running application.

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

Syntax

'Declaration
Public NotInheritable Class NotifyPointEventChain2 _
    Inherits PartitionedListEventChain
'Usage
Dim instance As NotifyPointEventChain2
public sealed class NotifyPointEventChain2 : PartitionedListEventChain
public ref class NotifyPointEventChain2 sealed : public PartitionedListEventChain
[<SealedAttribute>]
type NotifyPointEventChain2 =  
    class
        inherit PartitionedListEventChain
    end
public final class NotifyPointEventChain2 extends PartitionedListEventChain

Remarks

NotifyPointEventChain2 is a PartitionedListEventChain which loads points in partitions for better memory management.

Inheritance Hierarchy

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

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

NotifyPointEventChain2 Members

Microsoft.VisualStudio.TraceLog Namespace