Hi Sapz,If you need to perform the same logic for multiple messages via single - ImranShafqa |
Saturday, May 26, 2007 3:38 PM
|
Hi Sapz,
If you need to perform the same logic for multiple messages via single
orchestration instance, then you need you use a combination of a loop and a
receive shape. Your processing logic should be inside a loop which should
end with a listen shape waiting for more messages or timeout. Please refer
to the section “Figure 15 Repeating receive messaging pattern†in MSDN
article
http://msdn2.microsoft.com/en-us/library/ms942189.aspx
Also you can download the sample code for this pattern from:
http://download.microsoft.com/download/f/0/9/f09deca4-2c83-47a0-86ed-9c708c128500/convoydeepdive.exe
Regards
Imran Shafqat |
 |
Hey, Thanks for reply, i am already using listen and delay andloop - sapsy |
Saturday, May 26, 2007 5:25 PM
|
Hey,
Thanks for reply, i am already using listen and delay and
loop combinations,but its little different from what is in the
article....i dont know what i am missing , i will give this article a
try..
Thanks
Sapz |
 |