Click to Rate and Give Feedback
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Reference for Team Foundation Server SDK
WorkItemStore.BatchSave Method

Saves multiple WorkItem objects in bulk to minimize server round trips. Used to optimize performance.

Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in microsoft.teamfoundation.workitemtracking.client.dll)

Visual Basic (Declaration)
Public Function BatchSave ( _
	workitems As WorkItem() _
) As BatchSaveError()
Visual Basic (Usage)
Dim instance As WorkItemStore
Dim workitems As WorkItem()
Dim returnValue As BatchSaveError()

returnValue = instance.BatchSave(workitems)
C#
public BatchSaveError[] BatchSave (
	WorkItem[] workitems
)
C++
public:
array<BatchSaveError^>^ BatchSave (
	array<WorkItem^>^ workitems
)
J#
public BatchSaveError[] BatchSave (
	WorkItem[] workitems
)
JScript
public function BatchSave (
	workitems : WorkItem[]
) : BatchSaveError[]

Parameters

workitems

An array of WorkItem objects to save.

Return Value

An array of BatchSaveError objects, each one corresponding to a single work item.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker