Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SynchronizedLifetimeManagerEx Class
NamespacesGenesyslab.Desktop.Infrastructure.DependencyInjectionSynchronizedLifetimeManagerEx
Allows access to SynchronizedLifetimeManagerEx class methods.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class SynchronizedLifetimeManagerEx : LifetimeManager, 
	IRequiresRecovery
Public MustInherit Class SynchronizedLifetimeManagerEx _
	Inherits LifetimeManager _
	Implements IRequiresRecovery
public ref class SynchronizedLifetimeManagerEx abstract : public LifetimeManager, 
	IRequiresRecovery
Members
All MembersConstructorsMethods



IconMemberDescription
SynchronizedLifetimeManagerEx()()()
Initializes a new instance of the SynchronizedLifetimeManagerEx class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue()()()
Retrieves a value from the backing store associated with this Lifetime policy.
(Overrides LifetimeManager.GetValue()()().)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Recover()()()
Cleans up after an exception has occured.

RemoveValue()()()
Removes the given object from the backing store.
(Overrides LifetimeManager.RemoveValue()()().)
SetValue(Object)
Stores the given value into the backing store for retrieval later.
(Overrides LifetimeManager.SetValue(Object).)
SynchronizedGetValue()()()
Retrieves of a value from the backing store associated with this Lifetime policy.

SynchronizedSetValue(Object)
Stores of the given value into the backing store for retrieval later.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
LifetimeManager
 SynchronizedLifetimeManagerEx
  ContainerControlledLifetimeManagerEx

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