IHttpSessionState::IsSynchronized Property
.NET Framework (current version)
Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe).
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if access to the collection is synchronized (thread safe); otherwise, false.
The following code example implements the IsSynchronized property of the IHttpSessionState interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: