DsmlRequestDocument.IsSynchronized 属性
定义
IsSynchronized 属性包含一个指示是否同步对 DsmlRequestDocument 的访问(线程安全)的值。The IsSynchronized property contains a value that indicates whether access to the DsmlRequestDocument is synchronized (thread-safe).
protected:
property bool IsSynchronized { bool get(); };
protected bool IsSynchronized { get; }
member this.IsSynchronized : bool
Protected ReadOnly Property IsSynchronized As Boolean
属性值
如果同步对 DsmlRequestDocument 的访问(线程安全),则为 true;否则为 false。true if access to the DsmlRequestDocument is synchronized (thread-safe); otherwise, false.