Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.