Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable batch save to reduce round trips to server #28

Open
rjmurillo opened this issue Oct 14, 2015 · 0 comments
Open

Enable batch save to reduce round trips to server #28

rjmurillo opened this issue Oct 14, 2015 · 0 comments

Comments

@rjmurillo
Copy link
Member

rjmurillo commented Oct 14, 2015

From Performance Tuning the Work Item Tracking Object Model

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants