Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
results
Type: array<Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult[]An array of ITestCaseResult objects.
uploadInBackground
Type: Booleantrue to update the attachments in the background, false to upload attachments immediately.
.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.
See Also
Reference
ITestCaseResultHelper Interface