DataCollectionSink.SendStreamAsync 方法 (StreamTransferInformation)

使用为此方法指定的参数将流发送至 DataCollectionSink

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

DataCollectionSink 类

SendStreamAsync 重载

Microsoft.VisualStudio.TestTools.Execution 命名空间

StreamTransferInformation