Difference between revisions of "SystemSemaphore"

From Lianjapedia
Jump to: navigation, search
Line 22: Line 22:
 
!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

Revision as of 11:15, 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
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

Events

This class supports the following events:

Event Args Description