ReaderWriterLock.UpgradeToWriterLock Method
.NET Framework 4
Upgrades a reader lock to the writer lock.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UpgradeToWriterLock(Int32) | Upgrades a reader lock to the writer lock, using an Int32 value for the time-out. |
|
UpgradeToWriterLock(TimeSpan) | Upgrades a reader lock to the writer lock, using a TimeSpan value for the time-out. |