HttpSessionStateContainer.IsSynchronized Property
.NET Framework 2.0
Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe).
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public final boolean get_IsSynchronized ()
public final function get IsSynchronized () : boolean
Not applicable.
Property Value
Always false, because thread-safe HttpSessionStateContainer objects are not supported.Community Additions
ADD
Show: