SystemSemaphore
From Lianjapedia
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Methods
This class supports the following methods:
| Method | Args | Description |
|---|---|---|
| Acquire | None | Get exclusive access to a resource |
| Release | None | Release exclusive access |
| SetKey | key as Character | Sets the unique identifier key for the resource |