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
streamTransferInformation
Type: Microsoft.VisualStudio.TestTools.Execution.StreamTransferInformationA StreamTransferInformation object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.