Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetValue ( ) : object |
Retrieve a value from the backing store associated with this Lifetime policy.
|
|
RemoveValue ( ) : void |
Remove the given object from backing store.
|
|
SetValue ( object newValue ) : void |
Stores the given value into backing store for retrieval later.
|
public abstract SetValue ( object newValue ) : void | ||
newValue | object | The object being stored. |
return | void |