DataCollectionSink.SendStreamCompleted, événement
Se produit lorsqu'un flux a été envoyé au DataCollectionSink.
Espace de noms : Microsoft.VisualStudio.TestTools.Execution
Assembly : Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.