ServicedComponent Class
Represents the base class of all classes using COM+ services.
For a list of all members of this type, see ServicedComponent Members.
System.Object
System.MarshalByRefObject
System.ContextBoundObject
System.EnterpriseServices.ServicedComponent
System.EnterpriseServices.CompensatingResourceManager.Compensator
[Visual Basic] <Serializable> MustInherit Public Class ServicedComponent Inherits ContextBoundObject Implements IDisposable [C#] [Serializable] public abstract class ServicedComponent : ContextBoundObject, IDisposable [C++] [Serializable] public __gc __abstract class ServicedComponent : public ContextBoundObject, IDisposable [JScript] public Serializable abstract class ServicedComponent extends ContextBoundObject implements IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
ServicedComponent Members | System.EnterpriseServices Namespace