Information
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.

CollectorDataEntry Constructor (Uri^, String^, String^, String^, Boolean)

 

Initializes a new instance of the CollectorDataEntry class by using the provided parameter values.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
CollectorDataEntry(
	Uri^ uri,
	String^ collectorDisplayName,
	String^ agentName,
	String^ agentDisplayName,
	bool isFromRemoteAgent
)

Parameters

uri
Type: System::Uri^

The uniform resource identifier (URI) for the diagnostic data adapter.

collectorDisplayName
Type: System::String^

The display name for the diagnostic data adapter.

agentName
Type: System::String^

The name of the test agent for this data entry.

agentDisplayName
Type: System::String^

The display name of the test agent for this data entry.

isFromRemoteAgent
Type: System::Boolean

true if the agent is on a remote machine; false if the agent is on the local machine.

Return to top
Show: