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

.NET Framework Security

See Also

Reference

DataCollectionSink Class

SendFileAsync Overload

Microsoft.VisualStudio.TestTools.Execution Namespace

FileTransferInformation