Share via


SysCompileIL::validateSingleDeveloper Method [AX 2012]

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.

See Also

Reference

SysCompileIL Class