DataCollectionSink Class
Diagnostic data adapters use a DataCollectionSink to store files and XML data for later attachment to bugs and test reports.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | DataCollectionSink() | Initializes a new instance of the DataCollectionSink class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SendFileAsync(DataCollectionContext^, String^, Boolean) | Sends a file asynchronously to the DataCollectionSink by using the parameters that are specified for this method. |
![]() | SendFileAsync(DataCollectionContext^, String^, String^, Boolean) | Sends an intermediate file asynchronously to the DataCollectionSink by using the parameters that are specified for this method. |
![]() | SendFileAsync(FileTransferInformation^) | Sends an intermediate file asynchronously to the DataCollectionSink by using the provided file transfer information object. |
![]() | SendStreamAsync(DataCollectionContext^, Stream^, String^, Boolean) | Sends a stream to the DataCollectionSink by using the parameters that are specified for this method. |
![]() | SendStreamAsync(DataCollectionContext^, Stream^, String^, String^, Boolean) | Sends a stream to the DataCollectionSink by using the parameters that are specified for this method. |
![]() | SendStreamAsync(StreamTransferInformation^) | Sends a stream to the DataCollectionSink by using the parameters that are specified for this method. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | SendFileCompleted | Occurs when a file has been sent to the DataCollectionSink. |
![]() | SendStreamCompleted | Occurs when a stream has been sent to the DataCollectionSink. |
When your custom diagnostic data adapter is initialized, the testing framework provides a DataCollectionSink object for it to use.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


