다음을 통해 공유


DataCollectionSink.SendFileAsync 메서드 (DataCollectionContext, String, Boolean)

이 메서드에 지정된 매개 변수를 사용하여 DataCollectionSink에 비동기적으로 파일을 보냅니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
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
)

매개 변수

  • path
    형식: String

    파일이 있는 로컬 경로입니다.

  • deleteFile
    형식: Boolean

    파일을 보낸 후 자동으로 삭제하려면 true이고, 그렇지 않으면 false입니다.

예외

예외 조건
FileNotFoundException

해당 path가 없는 경우

.NET Framework 보안

참고 항목

참조

DataCollectionSink 클래스

SendFileAsync 오버로드

Microsoft.VisualStudio.TestTools.Execution 네임스페이스

IBaseRunContext

DataCollectionContext

RequestId