Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetValue Method
NamespacesGenesyslab.Desktop.Infrastructure.DependencyInjectionSynchronizedLifetimeManagerExGetValue()()()
Retrieves a value from the backing store associated with this Lifetime policy.
Declaration Syntax
C#Visual BasicVisual C++
public override Object GetValue()
Public Overrides Function GetValue As Object
public:
virtual Object^ GetValue() override
Return Value
The object desired, or null if no such object is currently stored.
Remarks
Calls to this method acquired a lock which is released only if a non-null value has been set for the lifetime manager.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)