Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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)
'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
)
- fileTransferInformation
Type: Microsoft.VisualStudio.TestTools.Execution.FileTransferInformation
A FileTransferInformation object.
- 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.