Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Threading.Lock Class Reference

Static Public Member Functions

static void Do (Action action)
 
static void Do (object syncRoot, Action action)
 
static void Do (object syncRoot, ILockMechanism lockMechanism, Action action)
 

Detailed Description

Definition at line 11 of file Lock.cs.

Member Function Documentation

static void SiliconStudio.Paradox.Threading.Lock.Do ( Action  action)
static

Definition at line 13 of file Lock.cs.

References SiliconStudio.Paradox.Threading.Locks.Global.

static void SiliconStudio.Paradox.Threading.Lock.Do ( object  syncRoot,
Action  action 
)
static

Definition at line 18 of file Lock.cs.

References SiliconStudio.Paradox.Threading.Locks.Default.

static void SiliconStudio.Paradox.Threading.Lock.Do ( object  syncRoot,
ILockMechanism  lockMechanism,
Action  action 
)
static

Definition at line 23 of file Lock.cs.


The documentation for this class was generated from the following file: