This documentation is archived and is not being maintained.
SynchronizationOption Enumeration
.NET Framework 1.1
Specifies the type of automatic synchronization requested by the component.
[Visual Basic] <Serializable> Public Enum SynchronizationOption [C#] [Serializable] public enum SynchronizationOption [C++] [Serializable] __value public enum SynchronizationOption [JScript] public Serializable enum SynchronizationOption
Members
| Member name | Description |
|---|---|
| Disabled | COM+ ignores the synchronization requirements of the component when determining context for the object. |
| NotSupported | An object with this value never participates in synchronization, regardless of the status of its caller. This setting is only available for components that are non transactional and do not use just-in-time (JIT) activation. |
| Required | Ensures that all objects created from the component are synchronized. |
| RequiresNew | An object with this value must participate in a new synchronization where COM+ manages contexts and apartments on behalf of all components involved in the call. |
| Supported | An object with this value participates in synchronization, if it exists. |
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Show: