DsmlResponseDocument.SyncRoot 属性

定义

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

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

属性值

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

注解

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

适用于