DataCollectionSink.SendFileAsync 메서드 (DataCollectionContext, String, 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, _
description As String, _
deleteFile As Boolean _
)
public void SendFileAsync(
DataCollectionContext context,
string path,
string description,
bool deleteFile
)
public:
void SendFileAsync(
DataCollectionContext^ context,
String^ path,
String^ description,
bool deleteFile
)
member SendFileAsync :
context:DataCollectionContext *
path:string *
description:string *
deleteFile:bool -> unit
public function SendFileAsync(
context : DataCollectionContext,
path : String,
description : String,
deleteFile : boolean
)
매개 변수
context
형식: Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext테스트가 실행되고 있는 컨텍스트에 대해 설명하는 IBaseRunContext입니다. nullNull 참조(Visual Basic의 경우 Nothing)일 수 없습니다.
path
형식: String파일이 있는 로컬 경로입니다.
description
형식: String파일에 대한 간단한 설명입니다.
deleteFile
형식: Boolean파일을 보낸 후 자동으로 삭제하려면 true이고, 그렇지 않으면 false입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.