The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataCollectionEnvironmentContext Constructor (AgentContext^, ControllerContext^, DataCollectionContext^)
Initializes a new instance of the DataCollectionEnvironmentContext class by using the provided agent context, controller context, and session data collection context.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public:
DataCollectionEnvironmentContext(
AgentContext^ agentContext,
ControllerContext^ controllerContext,
DataCollectionContext^ sessionDataCollectionContext
)
Parameters
- agentContext
-
Type:
Microsoft.VisualStudio.TestTools.Execution::AgentContext^
The AgentContext for the agent.
- controllerContext
-
Type:
Microsoft.VisualStudio.TestTools.Execution::ControllerContext^
The ControllerContext for the controller.
- sessionDataCollectionContext
-
Type:
Microsoft.VisualStudio.TestTools.Execution::DataCollectionContext^
The DataCollectionContext for the diagnostic data adapter.
Called by the test framework.
Show: