RootEventChain 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.]
Represents a chain of points that are recorded from a running application with optional support for read and append.
The RootEventChain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RootEventChain | Constructs a new RootEventChain. |
Top
Methods
Name | Description | |
---|---|---|
AppendEvent | When overridden in a derived class, appends an event to a stream. | |
Dispose | Overloaded. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetEvent | When overridden in a derived class, gets a point for the specified token. (Inherited from EventChain.) | |
GetEvents | When overridden in a derived class, gets multiple points from a start token up to but not including an end token. (Inherited from EventChain.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNextToken | When overridden in a derived class, gets the token for the next point after the given token. (Inherited from EventChain.) | |
GetPreviousToken | Gets the token for the previous point before the given token. (Inherited from EventChain.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidEventType | When overridden in a derived class, determines if the given point is valid for this chain. (Inherited from EventChain.) | |
IsValidToken | When overridden in a derived class, determines if the given token is valid for this chain. (Inherited from EventChain.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Access | Gets the type of access permitted to the chain. | |
AfterLastToken | When overridden in a derived class, gets a token for the position immediately after the current LastToken. (Inherited from EventChain.) | |
BeforeFirstToken | Gets a token for the position immediately before FirstToken. (Inherited from EventChain.) | |
CanGetCount | Gets a value that determines if the chain supports Count. (Inherited from EventChain.) | |
CanGetLastToken | Gets a value that determines if the chain supports LastToken. (Inherited from EventChain.) | |
CanGetPrevious | Gets a value that determines if the chain supports GetPreviousToken(). (Inherited from EventChain.) | |
Count | Gets the number of points in the chain. (Inherited from EventChain.) | |
FirstToken | When overridden in a derived class, gets a token for the first point in the chain. (Inherited from EventChain.) | |
FirstValidToken | When overridden in a derived class, gets a token for the first valid point in the chain. (Inherited from EventChain.) | |
IsEmpty | When overridden in a derived class, gets a value that indicates if the chain is empty. (Inherited from EventChain.) | |
LastToken | Gets a token for the last event in the chain. (Inherited from EventChain.) |
Top