DataExplorerConnectionManager.ICollection.IsSynchronized 属性

定义

检索一个值,该值指示是否 (线程安全) 同步对连接集合的访问。

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

属性值

Boolean

如果 (线程安全) 同步对连接集合的访问,则返回 true。

实现

适用于