Tungsten
![]() |
ReaderWriterLockerInLock Method (Action) |
Performs the action in a read lock
Namespace: W.Threading.Lockers
Assembly: Tungsten.Threading.Lockers (in Tungsten.Threading.Lockers.dll) Version: 2.0.1

C#
public void InLock( Action action )
Parameters
- action
- Type: SystemAction
The action to perform
Implements
ILockerInLock(Action)