releases a semaphore, if the calling transaction is the owner.
[Visual Basic] Sub releaseSemaphore( _ ByVal name As String _ ) [C#] void releaseSemaphore( string name ); [C++] void releaseSemaphore( String* name ); [JScript] function releaseSemaphore( String name );
releases a semaphore, if the calling transaction is the owner.
ExtObjectContainer Interface | com.db4o.ext Namespace