You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time you save a work item to Team Foundation Server, you generate a round-trip operation between the work item object model and the server. To minimize the round-trips when saving several work items, use the BatchSave method.
public BatchSaveError[] BatchSave(WorkItem [] workitems)
The method saves an array of WorkItems with far fewer round-trips.
The text was updated successfully, but these errors were encountered:
From Performance Tuning the Work Item Tracking Object Model
The text was updated successfully, but these errors were encountered: