Method | Description | |
---|---|---|
GetValue ( ) : object |
Retrieves a value from the backing store associated with this lifetime policy.
|
|
RemoveValue ( ) : void |
Removes the given object from the backing store.
|
|
SetValue ( object newValue ) : void |
Stores the given value into the backing store for retrieval later.
|
public SetValue ( object newValue ) : void | ||
newValue | object | The object being stored. |
return | void |