Summary
releases a semaphore, if the calling transaction is the owner.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- IExtObjectContainer
Syntax
void ReleaseSemaphore(string name)
Remarks
releases a semaphore, if the calling transaction is the owner.
Parameters
Name | Type | Description |
---|---|---|
name | string | the name of the semaphore to be released. |
Return Value
Type | Description |
---|---|
void |