Share via


ITestAdapter.ReceiveMessage Method

Receives a downstream message from the user interface, a controller, or an agent.

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

Syntax

'Declaration
Sub ReceiveMessage ( _
    message As Object _
)
void ReceiveMessage(
    Object message
)
void ReceiveMessage(
    Object^ message
)
abstract ReceiveMessage : 
        message:Object -> unit
function ReceiveMessage(
    message : Object
)

Parameters

  • message
    Type: Object

    The message.

.NET Framework Security

See Also

Reference

ITestAdapter Interface

Microsoft.VisualStudio.TestTools.TestAdapter Namespace