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
- fileTransferInformation
Typ: Microsoft.VisualStudio.TestTools.Execution.FileTransferInformation
A FileTransferInformation objektu.
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.