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