Sdílet prostřednictvím


DataCollectionSink.SendFileAsync – metoda (DataCollectionContext, String, Boolean)

Odešle soubor do asynchronně DataCollectionSink pomocí parametrů, které jsou určeny pro metodu.

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

Syntaxe

'Deklarace
Public Sub SendFileAsync ( _
    context As DataCollectionContext, _
    path As String, _
    deleteFile As Boolean _
)
public void SendFileAsync(
    DataCollectionContext context,
    string path,
    bool deleteFile
)
public:
void SendFileAsync(
    DataCollectionContext^ context, 
    String^ path, 
    bool deleteFile
)
member SendFileAsync : 
        context:DataCollectionContext * 
        path:string * 
        deleteFile:bool -> unit 
public function SendFileAsync(
    context : DataCollectionContext, 
    path : String, 
    deleteFile : boolean
)

Parametry

  • deleteFile
    Typ: System.Boolean
    true automaticky odstranit soubor po odeslání jinak false.

Výjimky

Výjimka Podmínka
[FileNotFoundException]

path Neexistuje.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataCollectionSink Třída

SendFileAsync – přetížení

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

IBaseRunContext

DataCollectionContext

RequestId