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, IList<IDataAttachment^>^)

 

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,
	IList<IDataAttachment^>^ attachments
)

Parameters

uri
Type: System::Uri^

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

attachments
Type: System.Collections.Generic::IList<IDataAttachment^>^

A list of IDataAttachment objects for this data entry.

Return to top
Show: