IExtObjectContainer.

Lock() Method

Summary

returns the main synchronization lock.

Syntax

Object Lock()

Remarks

returns the main synchronization lock.

Synchronize over this object to ensure exclusive access to the ObjectContainer.

Handle the use of this functionality with extreme care, since deadlocks can be produced with just two lines of code.

Return Value

Type Description
Object Object the ObjectContainer lock object