Share via


ITestCaseResultHelper.Save Method

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

'Declaration
Sub Save ( _
    results As ITestCaseResult(), _
    uploadInBackground As Boolean _
)
void Save(
    ITestCaseResult[] results,
    bool uploadInBackground
)
void Save(
    array<ITestCaseResult^>^ results, 
    bool uploadInBackground
)
abstract Save : 
        results:ITestCaseResult[] * 
        uploadInBackground:bool -> unit
function Save(
    results : ITestCaseResult[], 
    uploadInBackground : boolean
)

Parameters

  • uploadInBackground
    Type: Boolean

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

.NET Framework Security

See Also

Reference

ITestCaseResultHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult

ITestManagementTeamProject.AttachmentUploadManager