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

C#
public TResult InLock<TResult>( Func<TResult> func )
Parameters
- func
- Type: SystemFuncTResult
The function to perform
Type Parameters
- TResult
[Missing <typeparam name="TResult"/> documentation for "M:W.Threading.Lockers.ReaderWriterLocker.InLock``1(System.Func{``0})"]
Return Value
Type: TResult[Missing <returns> documentation for "M:W.Threading.Lockers.ReaderWriterLocker.InLock``1(System.Func{``0})"]
Implements
ILockerInLockTResult(FuncTResult)