LogStreamEventChain Class

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

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

Remarks

LogStreamEventChain provides on-demand access and instantiation of points in the stream when GetEvent() or GetEvents() is called. ChainEvent objects are not stored by the LogStreamEventChain.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.RootEventChain
      Microsoft.VisualStudio.TraceLog.LogStreamEventChain
        Microsoft.VisualStudio.TraceLog.CheckpointStreamEventChain
        Microsoft.VisualStudio.TraceLog.ExceptionIndexStreamEventChain
        Microsoft.VisualStudio.TraceLog.NotifyPointStreamEventChain
        Microsoft.VisualStudio.TraceLog.ProcessStreamEventChain
        Microsoft.VisualStudio.TraceLog.SavedMetadataStreamEventChain
        Microsoft.VisualStudio.TraceLog.TestStreamEventChain
        Microsoft.VisualStudio.TraceLog.ThreadStreamEventChain

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

LogStreamEventChain Members

Microsoft.VisualStudio.TraceLog Namespace