Lifetime Enumeration
System Center
Updated: April 25, 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the lifetime for this activated component.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
[ObsoleteAttribute(L"This enumeration is obsolete and will be removed")] public enum class Lifetime
/** @attribute ObsoleteAttribute("This enumeration is obsolete and will be removed") */
public enum Lifetime
ObsoleteAttribute("This enumeration is obsolete and will be removed") public enum Lifetime
| Member name | Description |
|---|---|
| Singleton | Specifies the singleton lifetime. |
| Transient | Specifies the transient lifetime. |
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: