SessionPauseEventArgs Class

Definition

Represents the event arguments for the SessionPause event.

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

Constructors

Name Description
SessionPauseEventArgs(DataCollectionContext)

Properties

Name Description
Context

Gets or sets the context information for the event.

(Inherited from DataCollectionEventArgs)
TargetDataCollectorUri (Inherited from DataCollectionEventArgs)

Applies to