mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
31 lines
478 B
Markdown
31 lines
478 B
Markdown
# ReleaseLock Method
|
|
|
|
|
|
Releases the lock on the item.
|
|
|
|
|
|
|
|
## Definition
|
|
**Namespace:** <a href="N_CapyKit.md">CapyKit</a>
|
|
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
|
|
|
|
**C#**
|
|
``` C#
|
|
public void ReleaseLock()
|
|
```
|
|
**F#**
|
|
``` F#
|
|
member ReleaseLock : unit -> unit
|
|
```
|
|
|
|
|
|
|
|
## Remarks
|
|
If the item is not locked, an error event is emitted.
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_CapyKit_PoolItem_1.md">PoolItem(T) Class</a>
|
|
<a href="N_CapyKit.md">CapyKit Namespace</a>
|