NotifyPointCheckpointEvent Class

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

Describes the diagnostic event checkpoint event in a trace log.

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

Syntax

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

Remarks

A checkpoint event describes the state of a thread at a point in time and points to next event that follows the checkpoint in time. NotifyPointCheckpointEvent is one of the events in the CheckpointEventChain or CheckpointStreamEventChain.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.PartitioningEvent
        Microsoft.VisualStudio.TraceLog.NotifyPointCheckpointEvent

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

NotifyPointCheckpointEvent Members

Microsoft.VisualStudio.TraceLog Namespace