Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestCaseResultHelper::Save Method (array<ITestCaseResult^>^, Boolean)

 

Updates the server by using a given array of test case results and an indication of whether to perform the attachment uploads in the background.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void Save(
	array<ITestCaseResult^>^ results,
	bool uploadInBackground
)

Parameters

results
Type: array<Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResult^>^

An array of ITestCaseResult objects.

uploadInBackground
Type: System::Boolean

true to update the attachments in the background, false to upload attachments immediately.

Return to top
Show: