A Sandcastle Documented Class Library
![]() |
SynchronizationExtensions Methods |
The SynchronizationExtensions type exposes the following members.

Name | Description | |
---|---|---|
![]() ![]() |
RunSync(FuncTask) | |
![]() ![]() |
RunSyncTResult(FuncTaskTResult) | |
![]() ![]() |
WaitToRead |
Example use: using (rwLock.WaitToRead()) {...}
|
![]() ![]() |
WaitToWrite |
Example use: using (rwLock.WaitToWrite()) {...}
|
