NotifyPointCheckpointEventChain 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 NotifyPointCheckpointEventChain _
    Inherits FilteredListEventChain
'Usage
Dim instance As NotifyPointCheckpointEventChain
public sealed class NotifyPointCheckpointEventChain : FilteredListEventChain
public ref class NotifyPointCheckpointEventChain sealed : public FilteredListEventChain
[<SealedAttribute>]
type NotifyPointCheckpointEventChain =  
    class
        inherit FilteredListEventChain
    end
public final class NotifyPointCheckpointEventChain extends FilteredListEventChain

Remarks

NotifyPointCheckpointEventChain is a ListEventChain and loads all chain data into memory.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.DerivedEventChain
      Microsoft.VisualStudio.TraceLog.ListEventChain
        Microsoft.VisualStudio.TraceLog.FilteredListEventChain
          Microsoft.VisualStudio.TraceLog.NotifyPointCheckpointEventChain

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

NotifyPointCheckpointEventChain Members

Microsoft.VisualStudio.TraceLog Namespace