IResultSink Interface

Interface to send messages, results, and notifications.

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

Syntax

'Declaration
Public Interface IResultSink
public interface IResultSink
public interface class IResultSink
type IResultSink =  interface end
public interface IResultSink

The IResultSink type exposes the following members.

Methods

  Name Description
Public method AddResult Adds the message to the result sink.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace