Allows access to SynchronizedLifetimeManagerEx class methods.
| C# | Visual Basic | Visual C++ |
public abstract class SynchronizedLifetimeManagerEx : LifetimeManager, IRequiresRecovery
Public MustInherit Class SynchronizedLifetimeManagerEx _ Inherits LifetimeManager _ Implements IRequiresRecovery
public ref class SynchronizedLifetimeManagerEx abstract : public LifetimeManager, IRequiresRecovery
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| SynchronizedLifetimeManagerEx()()() | Initializes a new instance of the SynchronizedLifetimeManagerEx class | |
| Equals(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()()() | (Inherited from Object.) |
| Object | |||
| LifetimeManager | |||
| SynchronizedLifetimeManagerEx | |||
| ContainerControlledLifetimeManagerEx | |||