Share via


DataCollectionSink.SendStreamAsync Method (StreamTransferInformation)

Sends a stream to the DataCollectionSink by using the parameters that are specified for this method.

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

Syntax

'Declaration
Public MustOverride Sub SendStreamAsync ( _
    streamTransferInformation As StreamTransferInformation _
)
public abstract void SendStreamAsync(
    StreamTransferInformation streamTransferInformation
)
public:
virtual void SendStreamAsync(
    StreamTransferInformation^ streamTransferInformation
) abstract
abstract SendStreamAsync : 
        streamTransferInformation:StreamTransferInformation -> unit 
public abstract function SendStreamAsync(
    streamTransferInformation : StreamTransferInformation
)

Parameters

.NET Framework Security

See Also

Reference

DataCollectionSink Class

SendStreamAsync Overload

Microsoft.VisualStudio.TestTools.Execution Namespace

StreamTransferInformation