DataCollectionSink Class

Definition

Diagnostic data adapters use a DataCollectionSink to store files and XML data for later attachment to bugs and test reports.

public ref class DataCollectionSink abstract
public abstract class DataCollectionSink
type DataCollectionSink = class
Public MustInherit Class DataCollectionSink
Inheritance
DataCollectionSink

Constructors

DataCollectionSink()

Initializes a new instance of the DataCollectionSink class.

Methods

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.

Events

SendFileCompleted

Occurs when a file has been sent to the DataCollectionSink.

SendStreamCompleted

Occurs when a stream has been sent to the DataCollectionSink.

Applies to