HttpSessionState.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
属性值
如果对集合的访问是同步的(线程安全),则为 true;否则为 false。true if access to the collection is synchronized (thread safe); otherwise, false.