Stores of the given value into the backing store for retrieval later.

Declaration Syntax
protected abstract void SynchronizedSetValue(
Object newValue
)
Protected MustOverride Sub SynchronizedSetValue ( _
newValue As Object _
)
protected:
virtual void SynchronizedSetValue(
Object^ newValue
) abstract

Parameters
- newValue (Object)
- The object being stored.

Remarks
This method is invoked by SetValue(Object)
before releasing its lock.
Assembly:
Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)