Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
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

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker