Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Threading.GlobalLock Class Reference
Inheritance diagram for SiliconStudio.Paradox.Threading.GlobalLock:
SiliconStudio.Paradox.Threading.ILockMechanism

Public Member Functions

object OnBegin (object syncRoot, Action action)
 
void OnEnd (object syncRoot)
 

Detailed Description

Definition at line 55 of file LockMechanisms.cs.

Member Function Documentation

object SiliconStudio.Paradox.Threading.GlobalLock.OnBegin ( object  syncRoot,
Action  action 
)

Implements SiliconStudio.Paradox.Threading.ILockMechanism.

Definition at line 59 of file LockMechanisms.cs.

void SiliconStudio.Paradox.Threading.GlobalLock.OnEnd ( object  syncRoot)

Implements SiliconStudio.Paradox.Threading.ILockMechanism.

Definition at line 65 of file LockMechanisms.cs.


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