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^, TcmContext^)
Initializes a new instance of the DataCollectionEnvironmentContext class by using the provided agent context, controller context, session data collection context, and test case manager context.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public:
DataCollectionEnvironmentContext(
AgentContext^ agentContext,
ControllerContext^ controllerContext,
DataCollectionContext^ sessionDataCollectionContext,
TcmContext^ tcmContext
)
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.
- tcmContext
-
Type:
Microsoft.VisualStudio.TestTools.Common::TcmContext^
The TcmContext for the test case manager.
Show: