Difference between revisions of "SystemSemaphore"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the following propert...")
 
(Events)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
====Properties====
 
 
This class supports the following properties:
 
 
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!Access (R/RW)
 
!Value
 
!width="50%"|Description
 
|-
 
|}
 
  
 
====Methods====
 
====Methods====
Line 22: Line 10:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|valign="top"|Aquire
+
|valign="top"|Acquire
 
|valign="top"|None
 
|valign="top"|None
 
|valign="top"|Get exclusive access to a resource
 
|valign="top"|Get exclusive access to a resource
Line 32: Line 20:
 
|valign="top"|SetKey
 
|valign="top"|SetKey
 
|valign="top"|key as Character
 
|valign="top"|key as Character
|valign="top"|
+
|valign="top"|Sets the unique identifier key for the resource
 
|-
 
|-
 
|}
 
|}
  
====Events====
 
  
This class supports the following events:
 
 
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!Args
 
!width="50%"|Description
 
|-
 
|}
 
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]
 +
[[Category:Lianja v2.0]]

Latest revision as of 11:38, 10 April 2019

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