A Sandcastle Documented Class Library
SynchronizationExtensions Methods |
The SynchronizationExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
RunSync(FuncTask) | ||
RunSyncTResult(FuncTaskTResult) | ||
WaitToRead |
Example use: using (rwLock.WaitToRead()) {...}
|
|
WaitToWrite |
Example use: using (rwLock.WaitToWrite()) {...}
|
See Also