PartitionedListEventChain Members

Include Protected Members
Include Inherited Members

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

Provides a list of points recorded from a running application.

The PartitionedListEventChain type exposes the following members.

Methods

  Name Description
Public method Dispose Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEvent Gets a point for the specified token. (Overrides EventChain.GetEvent(EventToken).)
Public method GetEvents Gets multiple points from a start token up to but not including an end token. (Overrides EventChain.GetEvents(EventToken, EventToken).)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetNextToken Gets the token for the next point after the given token. (Overrides EventChain.GetNextToken(EventToken).)
Public method GetPreviousToken Gets the token for the previous point before the given token. (Overrides EventChain.GetPreviousToken(EventToken).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValidEventType Determines if the given point is valid for this chain. (Overrides EventChain.IsValidEventType(ChainEvent).)
Public method IsValidToken Determines if the given token is valid for this chain. (Overrides EventChain.IsValidToken(EventToken).)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Refresh Refreshes the underlying partitions, but does not load each point from the source chain into memory. (Overrides DerivedEventChain.Refresh().)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AfterLastToken Gets a token for the position immediately after the current LastToken. (Overrides EventChain.AfterLastToken.)
Public property BeforeFirstToken Gets a token for the position immediately before FirstToken. (Overrides EventChain.BeforeFirstToken.)
Public property CanGetCount Gets a value that determines if the chain supports Count. (Overrides EventChain.CanGetCount.)
Public property CanGetLastToken Gets a value that determines if the chain supports LastToken. (Overrides EventChain.CanGetLastToken.)
Public property CanGetPrevious Gets a value that determines if the chain supports GetPreviousToken(). (Inherited from EventChain.)
Public property Count Gets the number of points in the chain. (Overrides EventChain.Count.)
Public property FirstToken Gets a token for the first point in the chain. (Overrides EventChain.FirstToken.)
Public property FirstValidToken Gets a token for the first valid point in the chain. (Overrides EventChain.FirstValidToken.)
Public property IsEmpty Gets a value that indicates if the chain is empty. (Overrides EventChain.IsEmpty.)
Public property LastToken Gets a token for the last event in the chain. (Overrides EventChain.LastToken.)
Public property MaxLoadedPartitions Gets or sets the maximum number of partitions this PartitionedListEventChain will load simultaneously.
Protected property PartitionedChain Gets LogStreamEventChain that is the source of the points for this chain.
Protected property PartitioningChain Gets the ListEventChain that contains each of the partitioning points that are used to divide the larger chain into partitions.
Public property PartitionLoadLimitEnabled Gets or sets a value that indicates if there is a limit to the number of partitions the PartitionedListEventChain will load simultaneously.

Top

See Also

Reference

PartitionedListEventChain Class

Microsoft.VisualStudio.TraceLog Namespace