what is a monitor objectmonitor objects are used


What is a monitor object?

Monitor objects are used to ensure that a block of code runs without being interrupted by code running on other threads. In other words, code in other threads cannot run until code in the synchronized code block has finished. SyncLock and End SyncLock statements are provided in order to simplify access to monitor object.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is a monitor objectmonitor objects are used
Reference No:- TGS0161202

Expected delivery within 24 Hours