SessionResumeEventArgs Class

Definition

Represents the event arguments for the SessionResume event.

public ref class SessionResumeEventArgs sealed : Microsoft::VisualStudio::TestTools::Execution::DataCollectionEventArgs
[System.Serializable]
public sealed class SessionResumeEventArgs : Microsoft.VisualStudio.TestTools.Execution.DataCollectionEventArgs
[<System.Serializable>]
type SessionResumeEventArgs = class
    inherit DataCollectionEventArgs
Public NotInheritable Class SessionResumeEventArgs
Inherits DataCollectionEventArgs
Inheritance
SessionResumeEventArgs
Attributes

Constructors

SessionResumeEventArgs(DataCollectionContext)

Properties

Context

Gets or sets the context information for the event.

(Inherited from DataCollectionEventArgs)
TargetDataCollectorUri (Inherited from DataCollectionEventArgs)

Applies to