DataCollectionSink.SendFileAsync – metoda (DataCollectionContext, String, String, Boolean)
Odešle asynchronně na dílčí soubor 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, _
description As String, _
deleteFile As Boolean _
)
public void SendFileAsync(
DataCollectionContext context,
string path,
string description,
bool deleteFile
)
public:
void SendFileAsync(
DataCollectionContext^ context,
String^ path,
String^ description,
bool deleteFile
)
member SendFileAsync :
context:DataCollectionContext *
path:string *
description:string *
deleteFile:bool -> unit
public function SendFileAsync(
context : DataCollectionContext,
path : String,
description : String,
deleteFile : boolean
)
Parametry
- context
Typ: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
IBaseRunContext , Který popisuje kontext, ve kterém test je spuštěn.Nelze nullodkaz Null (Nothing v jazyce Visual Basic).
- path
Typ: System.String
Místní cesta k souboru.
- description
Typ: System.String
Krátký popis souboru.
- deleteFile
Typ: System.Boolean
true automaticky odstranit soubor po odeslání jinak false.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.