TestSessionResumeEvent Class

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

Describes a test session resume event.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public NotInheritable Class TestSessionResumeEvent _
    Inherits TestSessionEvent
'Usage
Dim instance As TestSessionResumeEvent
public sealed class TestSessionResumeEvent : TestSessionEvent
public ref class TestSessionResumeEvent sealed : public TestSessionEvent
[<SealedAttribute>]
type TestSessionResumeEvent =  
    class
        inherit TestSessionEvent
    end
public final class TestSessionResumeEvent extends TestSessionEvent

Remarks

TestSessionResumeEvent is one of the events in the TestEventChain or TestStreamEventChain.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TraceLog.ChainEvent
    Microsoft.VisualStudio.TraceLog.OrdinalEvent
      Microsoft.VisualStudio.TraceLog.TestSessionEvent
        Microsoft.VisualStudio.TraceLog.TestSessionResumeEvent

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestSessionResumeEvent Members

Microsoft.VisualStudio.TraceLog Namespace