ActivationContext Constructor
Initializes a new instance of the ActivationContext class.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim lifetime As Lifetime
Dim instance As New ActivationContext(Of T)(lifetime)
Syntax
'Declaration
Public Sub New ( _
lifetime As Lifetime _
)
public ActivationContext (
Lifetime lifetime
)
public:
ActivationContext (
Lifetime lifetime
)
public ActivationContext (
Lifetime lifetime
)
public function ActivationContext (
lifetime : Lifetime
)
Parameters
- lifetime
The lifetime of this activation.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ActivationContext Generic Class
ActivationContext Members
Microsoft.EnterpriseManagement Namespace