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

Public Member Functions

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

Detailed Description

Definition at line 41 of file LockMechanisms.cs.

Member Function Documentation

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

Implements SiliconStudio.Paradox.Threading.ILockMechanism.

Definition at line 43 of file LockMechanisms.cs.

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

Implements SiliconStudio.Paradox.Threading.ILockMechanism.

Definition at line 49 of file LockMechanisms.cs.


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