db4o

ExtObjectContainer.releaseSemaphore Method 

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
);

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