Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Makes sure that only one developer performs CIL generation at a time.
Syntax
server private static SysAutoSemaphore validateSingleDeveloper()
Run On
Server
Return Value
Type: SysAutoSemaphore Class
A instance of the SysAutoSemaphore class.
Remarks
A second developer will get an exception.
The synchronization is completed by using the Global::autoSemaphore method. This method will release the lock if it gets out of scope or the finalize method is called.