DerivedEventChain Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a chain of points that are recorded from a running application as an in-memory cache of points.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public MustInherit Class DerivedEventChain _
Inherits EventChain
'Usage
Dim instance As DerivedEventChain
public abstract class DerivedEventChain : EventChain
public ref class DerivedEventChain abstract : public EventChain
[<AbstractClassAttribute>]
type DerivedEventChain =
class
inherit EventChain
end
public abstract class DerivedEventChain extends EventChain
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TraceLog.EventChain
Microsoft.VisualStudio.TraceLog.DerivedEventChain
Microsoft.VisualStudio.TraceLog.ListEventChain
Microsoft.VisualStudio.TraceLog.PartitionedListEventChain
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.