InterviewSolution
Saved Bookmarks
| 1. |
Difference Between Asynchronous And Synchronous Methods In A Task? |
|
Answer» A work ITEM created as part of synchronous in locked until end of the method EXECUTION. But in asynchronous, work item is locked only until start of method execution. At least ONE terminating event is REQUIRED for a task using Asynchronous task. A work item created as part of synchronous in locked until end of the method execution. But in asynchronous, work item is locked only until start of method execution. At least one terminating event is required for a task using Asynchronous task. |
|