index > Team Foundation Server - Work Item Tracking > Handling simultaneously WorkItemChanged Events

Handling simultaneously WorkItemChanged Events


I have a web service listening to the event WorkItemChanged.

 

My question is:

If two work items are modified simultaneously I assume two WorkItemChanged Events then are raised, but is my web service then called two times simultaneously or is it called one time and when it returns it is called again ?

Mads Torp Jacobsen
I don't think you can assume that TFS will serialize requests to your web-service, you should assume that you could be called concurrently,
William Bartholomew
I agree with William, you should assume it can happen concurrency, also, keep in mind events are raised asyncronously, so WorkItem tracking system will not wait to the webservice answer.


Luis Fraile - MCSD.NET - http://luisfraile.spaces.live.com/
Luis Fraile
reply 3

You can use google to search for other answers

 

More Articles

Another MS Project Integration Question
Changing State according to a field's value
Unassociate Project Server project from TFS project
Defect tracking across projects
CreateNewWorkItem
Adding new project alerts?
Scheduling with VSTS and MS Project
Extend work item by adding new control type
Set permission of workitem to only "Assigned To" person...
Project Name in queries?
Welcome to Bokebb   New Update   Joins the collection  
 

New Articles

Problem with MS Project plugin
Using TFS Reports for a Release Defining…
WorkItemLongTexts table
Default Found In Build to latest
How can I restrict permissions to change…
How to create query with filter "Re…
GCHandle exception when querying TFS fro…
Relation between Work Items -> Change…
VSTS and Excel integration
Custom alerts and inability for Daily/We…
Problem in merging & publishing mpps
Removing User option under "Assigne…
Migrating Work Items while preserving th…
Error TF50304 when creating project alert
Migrating work items and setting the &qu…

Hot Articles

Access is denied: Could not create metad…
Documentation for WIT types
Migrating Work Items while preserving th…
Error TFS30170
Reuse Dialog Boxes
How can i map the Item Description field…
Label Report of work items and files
Accessing work itens via web (license qu…
Work Item custom field's value update
Cannot pass a GCHandle across AppDomains
Work items problem
System.ChangedBy populating with "c…
missing Microsoft.TeamFoundation.WorkIte…
I would like to make a fount end browser…
Unable to publish start/finish dates and…

Recommend Articles

Automatic email notification when Work I…
Linked Work Items
How to get the next allowed state from t…
TF54000: Cannot update data because the …
Connect to TFS via MS Word...
Work Item Schema
Problem with Workitem access control - d…
Customize the e-mail notification message
tf86001 Team foundation was unable to lo…
Using Work Items for enhancement requests
Task numbering reset?
Custom FieldControl values
Organizing Projects into Products or Cus…
How To Temporarily Disable Field Validat…
No way to update AreaPath dropdown throu…