IHttpSessionState::IsSynchronized Property

 

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)

property bool IsSynchronized {
	bool get();
}

Property Value

Type: System::Boolean

true if access to the collection is synchronized (thread safe); otherwise, false.

The following code example implements the IsSynchronized property of the IHttpSessionState interface.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: