Expand Minimize
This topic has not yet been rated - Rate this topic

ActivationOption Enumeration

Specifies the manner in which serviced components are activated in the application.

[Visual Basic]
<Serializable>
Public Enum ActivationOption
[C#]
[Serializable]
public enum ActivationOption
[C++]
[Serializable]
__value public enum ActivationOption
[JScript]
public
   Serializable
enum ActivationOption

Remarks

The activation setting for the application defaults to Library.

Members

Member name Description
Library Specifies that serviced components in the marked application are activated in the creator's process.
Server Specifies that serviced components in the marked application are activated in a system-provided process.

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

System.EnterpriseServices Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.