InterviewSolution
Saved Bookmarks
| 1. |
What Is A Nonblockingall Property? |
|
Answer» Non- BLOCKING invoke is used when PARALLEL flow needs to be executed where NEW thread will be created for each invoke a activity and which will execute SIMULTANEOUSLY. Non- blocking invoke is used when Parallel flow needs to be executed where new thread will be created for each invoke a activity and which will execute simultaneously. |
|