NotifyPointStreamEventChain 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. NotifyPointStreamEventChain is a LogStreamEventChain and only loads data into memory as GetEvent or GetEvents is called.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.RootEventChain
      Microsoft.VisualStudio.TraceLog.LogStreamEventChain
        Microsoft.VisualStudio.TraceLog.NotifyPointStreamEventChain

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

NotifyPointStreamEventChain Members

Microsoft.VisualStudio.TraceLog Namespace