TestSessionResumeEvent 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 TestSessionResumeEvent. The TestSessionResumeEvent is one of the events in the TestChain or TestStreamChain.
public ref class TestSessionResumeEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestSessionEvent
public ref class TestSessionResumeEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestSessionEvent
class TestSessionResumeEvent sealed : Microsoft::VisualStudio::IntelliTrace::TestSessionEvent
public sealed class TestSessionResumeEvent : Microsoft.VisualStudio.IntelliTrace.TestSessionEvent
type TestSessionResumeEvent = class
inherit TestSessionEvent
Public NotInheritable Class TestSessionResumeEvent
Inherits TestSessionEvent
- Inheritance
Properties
EventTime |
Gets the time of the event using the high resolution counter. This value is retrieved from QueryPerformanceCounter. (Inherited from TestSessionEvent) |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
SessionId |
Gets the test session id: a unique identifier that identifies the test session. (Inherited from TestSessionEvent) |
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) |