Compartilhar via


Evento DataCollectionSink.SendStreamCompleted

Ocorre quando um fluxo foi enviado para o DataCollectionSink.

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

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

DataCollectionSink Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

SendStreamAsync