[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
releases a semaphore, if the calling transaction is the owner.
Namespace: Db4objects.Db4o.Ext
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Sub ReleaseSemaphore ( _
name As String _
) |
| C# |
|---|
void ReleaseSemaphore (
string name
) |
| Visual C++ |
|---|
void ReleaseSemaphore (
String^ name
) |
Parameters
- name
- System.String
the name of the semaphore to be released.
Remarks