如何:在类的实例上启用同步
以下示例显示了如何在 TestSync
类的实例上启用同步。
示例
<Synchronization()> _
Public Class TestSync
Inherits ServicedComponent
[Synchronization]
public class TestSync : ServicedComponent
编译代码
此示例需要:
- 引用 System 和 System.EnterpriseServices 命名空间。
请参见
参考
SynchronizationAttribute
System.EnterpriseServices Namespace
概念
版权所有 (C) 2007 Microsoft Corporation。保留所有权利。