What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time?

Q

What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time?

✍: Guest

A

What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time?
* Synchronize()
* Lock() and UnLock()
* Lock()
* Asynchroize()


Lock()

2014-08-11, 1545👍, 0💬