| Denzil Pinto님의 프로필TheBuzz사진블로그리스트 | 도움말 |
|
5월 26일 How can you determine if an orchestration is invoked synchronously or asynchronouslyInorder to invoke an orchestration synchronously you will have to use the call orchestration shape. What this means is that until the invoked orchestration does not finish processing the calling orchestration will wait.
Inorder to invoke an orchestration asynchronously you will have to use the start orchestration shape. What this means is that the calling orchestration will continue with its processing and not wait for the invoked orchestration to finish. 트랙백이 블로그의 트랙백 URL은 다음과 같습니다. http://denzilpinto.spaces.live.com/blog/cns!A2256C53CD2EC18E!207.trak 이 블로그를 참조하는 웹 로그
|
|
|