DsmlRequestDocument.SyncRoot 属性

定义

SyncRoot 属性包含一个可用于同步对 DsmlRequestDocument 的访问的对象。

protected:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
protected object SyncRoot { get; }
member this.SyncRoot : obj
Protected ReadOnly Property SyncRoot As Object

属性值

用于同步对 DsmlRequestDocument 的访问的对象。

注解

派生类可以使用 属性提供 的DsmlRequestDocumentSyncRoot同步版本。 同步代码必须对 SyncRootDsmlRequestDocument执行操作,而不是直接对 DsmlRequestDocument执行操作。 这样可确保对从其他对象派生的集合正确地执行操作。 具体而言,它会保持与可能同时修改 DsmlRequestDocument 对象的其他线程的正确同步。

适用于