HttpSessionStateBase.SyncRoot Property
.NET Framework (current version)
When overridden in a derived class, gets an object that can be used to synchronize access to the collection of session-state values.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.ObjectAn object that can be used to synchronize access to the collection.
Implements
ICollection.SyncRoot| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: