Merges an incoming test result text message into a test result in memory.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Function MergeResults ( _
    inMemory As TestResult, _
    fromTheWire As TestResultMessage _
) As TestResult
TestResult MergeResults(
    TestResult inMemory,
    TestResultMessage fromTheWire
)
TestResult^ MergeResults(
    TestResult^ inMemory, 
    TestResultMessage^ fromTheWire
)
abstract MergeResults : 
        inMemory:TestResult * 
        fromTheWire:TestResultMessage -> TestResult
function MergeResults(
    inMemory : TestResult, 
    fromTheWire : TestResultMessage
) : TestResult
Parameters
- inMemory 
 Type: Microsoft.VisualStudio.TestTools.Common.TestResult- A TestResult object. 
- fromTheWire 
 Type: Microsoft.VisualStudio.TestTools.Common.TestResultMessage- A TextTestResultMessage object. 
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestResult
A TestResult object that contains the merged contents.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.