HttpSessionStateContainer.IsSynchronized 属性

定义

获取一个值,该值指示对会话状态值的集合的访问是否是同步(线程安全)的。Gets a value indicating whether access to the collection of session-state values is synchronized (thread safe).

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

属性值

Boolean

因为不支持线程安全 HttpSessionStateContainer 对象,所以始终为 falseAlways false, because thread-safe HttpSessionStateContainer objects are not supported.

实现

注解

应用程序代码通常不使用此属性。Application code does not normally use this property.

适用于