WovenEventChain 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 points that consist of a set of underlying chains.

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

Syntax

'Declaration
Public Class WovenEventChain _
    Inherits DerivedEventChain
'Usage
Dim instance As WovenEventChain
public class WovenEventChain : DerivedEventChain
public ref class WovenEventChain : public DerivedEventChain
type WovenEventChain =  
    class
        inherit DerivedEventChain
    end
public class WovenEventChain extends DerivedEventChain

Remarks

The points in the resulting WovenEventChain are ordered by the ordinal of each point. A WovenEventChain provides the ability to treat a set of chains as a single chain ordered by point ordinal.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.EventChain
    Microsoft.VisualStudio.TraceLog.DerivedEventChain
      Microsoft.VisualStudio.TraceLog.WovenEventChain

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

WovenEventChain Members

Microsoft.VisualStudio.TraceLog Namespace