DataCollectionSink.SendFileAsync Method (FileTransferInformation)
Sends an intermediate file asynchronously to the DataCollectionSink by using the provided file transfer information object.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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
)
Parameters
fileTransferInformation
Type: Microsoft.VisualStudio.TestTools.Execution.FileTransferInformationA FileTransferInformation 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.