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...")
 
Line 32: Line 32:
 
|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
 
|-
 
|-
 
|}
 
|}

Revision as of 06:53, 1 June 2015

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the following properties:

Property Access (R/RW) Value Description

Methods

This class supports the following methods:

Method Args Description
Aquire None Get exclusive access to a resource
Release None Release exclusive access
SetKey key as Character Sets the unique identifier key for the resource

Events

This class supports the following events:

Event Args Description