db4o

ExtObjectContainer.releaseSemaphore Method 

releases a semaphore, if the calling transaction is the owner.

void releaseSemaphore(
   string name
);

Parameters

name
the name of the semaphore to be released.

Remarks

releases a semaphore, if the calling transaction is the owner.

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace