DataCollectionSink.SendStreamCompleted Event

Occurs when a stream has been sent to the DataCollectionSink.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

DataCollectionSink Class

Microsoft.VisualStudio.TestTools.Execution Namespace

SendStreamAsync