|
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 ? |