C# Class DslConfig.Engine.AbstractLockable

Provide local read / writer copy semantics
Afficher le fichier Open project: johannes-brunner/DslConfig

Méthodes publiques

Méthode Description
ReadLock ( System.Action action ) : void

Execute the action under a read lock

WriteLock ( System.Action action ) : void

Execute the action under a write lock

Method Details

ReadLock() public méthode

Execute the action under a read lock
public ReadLock ( System.Action action ) : void
action System.Action The action.
Résultat void

WriteLock() public méthode

Execute the action under a write lock
public WriteLock ( System.Action action ) : void
action System.Action The action.
Résultat void