ITestCaseResultHelper.Save Method (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)
Syntax
void Save(
ITestCaseResult[] results,
bool uploadInBackground
)
void Save(
array<ITestCaseResult^>^ results,
bool uploadInBackground
)
abstract Save :
results:ITestCaseResult[] *
uploadInBackground:bool -> unit
Sub Save (
results As ITestCaseResult(),
uploadInBackground As Boolean
)
Parameters
results
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult[]An array of ITestCaseResult objects.
uploadInBackground
Type: System.Booleantrue to update the attachments in the background, false to upload attachments immediately.
See Also
ITestCaseResult
ITestManagementTeamProject.AttachmentUploadManager
ITestCaseResultHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top