PartitioningEvent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a PartitioningEvent that is used to describe checkpoints in an application recording and can be used to partition large streams of data into partitions. A PartitioningEvent usually contains enough information to start reconstructing a portion of the application's state (such as a call stack on a thread).
public ref class PartitioningEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
public ref class PartitioningEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
[Windows::Foundation::Metadata::WebHostHidden]
class PartitioningEvent : Microsoft::VisualStudio::IntelliTrace::OrdinalEvent
public class PartitioningEvent : Microsoft.VisualStudio.IntelliTrace.OrdinalEvent
type PartitioningEvent = class
inherit OrdinalEvent
Public Class PartitioningEvent
Inherits OrdinalEvent
- Inheritance
- Derived
Properties
EventToken |
Gets an EventToken for this event in the corresponding StreamChain |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
Methods
Compare(OrdinalEvent, OrdinalEvent) |
Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
CompareTo(Object) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
CompareTo(OrdinalEvent) |
Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance. (Inherited from OrdinalEvent) |
Equals(Object) |
Determines whether the specified object is equal to the current OrdinalEvent. (Inherited from OrdinalEvent) |
GetHashCode() |
Gets a hash code for this OrdinalEvent. (Inherited from OrdinalEvent) |