DataCollectionSink.SendFileAsync, méthode (DataCollectionContext, String, Boolean)
Envoie un fichier de façon asynchrone au DataCollectionSink à l'aide des paramètres spécifiés pour cette méthode.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
Public Sub SendFileAsync ( _
context As DataCollectionContext, _
path As String, _
deleteFile As Boolean _
)
public void SendFileAsync(
DataCollectionContext context,
string path,
bool deleteFile
)
public:
void SendFileAsync(
DataCollectionContext^ context,
String^ path,
bool deleteFile
)
member SendFileAsync :
context:DataCollectionContext *
path:string *
deleteFile:bool -> unit
public function SendFileAsync(
context : DataCollectionContext,
path : String,
deleteFile : boolean
)
Paramètres
- context
Type : Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext
IBaseRunContext qui décrit le contexte dans lequel s'exécute le test.La valeur ne peut pas être nullune référence null (Nothing en Visual Basic).
- path
Type : System.String
Chemin d'accès local où le fichier existe.
- deleteFile
Type : System.Boolean
true pour supprimer automatiquement le fichier après l'avoir envoyé ; sinon false.
Exceptions
Exception | Condition |
---|---|
[FileNotFoundException] | path n'existe pas. |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.