db4o

IExtObjectContainer.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

IExtObjectContainer Interface | Db4objects.Db4o.Ext Namespace