Sdílet prostřednictvím


DataCollectionSink.SendFileAsync – metoda (FileTransferInformation)

Odešle asynchronně na dílčí soubor DataCollectionSink pomocí souboru poskytnutého přenosu informací objektu.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Deklarace
Public MustOverride Sub SendFileAsync ( _
    fileTransferInformation As FileTransferInformation _
)
public abstract void SendFileAsync(
    FileTransferInformation fileTransferInformation
)
public:
virtual void SendFileAsync(
    FileTransferInformation^ fileTransferInformation
) abstract
abstract SendFileAsync : 
        fileTransferInformation:FileTransferInformation -> unit 
public abstract function SendFileAsync(
    fileTransferInformation : FileTransferInformation
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataCollectionSink Třída

SendFileAsync – přetížení

Microsoft.VisualStudio.TestTools.Execution – obor názvů

FileTransferInformation