CheckpointStreamEventChain 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 chain of checkpoint points recorded from a running application. CheckpointStreamEventChain is a LogStreamEventChain and only loads data into memory when GetEvent or GetEvents is called.

The CheckpointStreamEventChain type exposes the following members.

Methods

  Name Description
Public method AppendEvent Appends an event to a stream. (Inherited from LogStreamEventChain.)
Protected method ConvertToBytes When overridden in a derived class, converts a point to a raw message. (Inherited from LogStreamEventChain.)
Protected method ConvertToEvent When overridden in a derived class, converts a raw message to a point. (Inherited from LogStreamEventChain.)
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. (Inherited from LogStreamEventChain.)
Public method GetEvents Gets multiple points from a start token, up to but not including an end token. (Inherited from LogStreamEventChain.)
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. (Inherited from LogStreamEventChain.)
Public method GetPreviousToken Gets the token for the previous point before the given token. (Inherited from EventChain.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsValidEventType Determines if the given point is a valid point type for this chain. The point type must be one that is allowed in this chain. (Overrides EventChain.IsValidEventType(ChainEvent).)
Public method IsValidToken Determines if the given token is valid for this chain. (Inherited from LogStreamEventChain.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method ReadEventBytes When overridden in a derived class, reads a single message from the log file stream. (Inherited from LogStreamEventChain.)
Protected method ReadEventLength When overridden in a derived class, gets the length of the next message in the log file stream. (Inherited from LogStreamEventChain.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Access Gets the type of access permitted to the chain. (Inherited from RootEventChain.)
Public property AfterLastToken Gets a token for the position immediately after the current LastToken. (Inherited from LogStreamEventChain.)
Public property BeforeFirstToken Gets a token for the position immediately before FirstToken. (Inherited from EventChain.)
Public property CanGetCount Gets a value that determines if the chain supports Count. (Inherited from EventChain.)
Public property CanGetLastToken Gets a value that determines if the chain supports LastToken. (Inherited from EventChain.)
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. (Inherited from EventChain.)
Public property FirstToken Gets a token for the first point in the chain. (Inherited from LogStreamEventChain.)
Public property FirstValidToken Gets a token for the first valid point in the chain. (Inherited from LogStreamEventChain.)
Public property IsEmpty Gets a value that indicates if the chain is empty. (Inherited from LogStreamEventChain.)
Public property LastToken Gets a token for the last event in the chain. (Inherited from EventChain.)

Top

See Also

Reference

CheckpointStreamEventChain Class

Microsoft.VisualStudio.TraceLog Namespace