Share via


PerRequestLifetimeManager.GetValue Method

Retrieves a value from the backing store associated with this lifetime policy.

Namespace: Microsoft.Practices.Unity
Assembly: Microsoft.Practices.Unity.Mvc (in Microsoft.Practices.Unity.Mvc.dll) Version: 3.0.0.0 (3.0.1304.0)

Syntax

public override Object GetValue()
'Declaration
Public Overrides Function GetValue As Object
public:
virtual Object^ GetValue() override

Return Value

Type: Object
The desired object, or null if no such object is currently stored.

Implements

ILifetimePolicy.GetValue()

See Also

PerRequestLifetimeManager Class

PerRequestLifetimeManager Members

Microsoft.Practices.Unity Namespace