다음을 통해 공유


DataCollectionSink.SendStreamCompleted 이벤트

DataCollectionSink에 스트림을 보내면 발생합니다.

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

구문

‘선언
Public MustOverride Event SendStreamCompleted As AsyncCompletedEventHandler
public abstract event AsyncCompletedEventHandler SendStreamCompleted
public:
virtual   event AsyncCompletedEventHandler^ SendStreamCompleted {
    void add (AsyncCompletedEventHandler^ value);
    void remove (AsyncCompletedEventHandler^ value);
}
abstract SendStreamCompleted : IEvent<AsyncCompletedEventHandler,
    AsyncCompletedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

.NET Framework 보안

참고 항목

참조

DataCollectionSink 클래스

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

SendStreamAsync