IHttpSessionState.SyncRoot Property
.NET Framework 2.0
Gets an object that can be used to synchronize access to the collection of session-state values.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example implements the SyncRoot property to return a copy of the current object that implements the IHttpSessionState interface.
Community Additions
ADD
Show: