Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SynchronizedSetValue Method (newValue)
NamespacesGenesyslab.Desktop.Infrastructure.DependencyInjectionSynchronizedLifetimeManagerExSynchronizedSetValue(Object)
Stores of the given value into the backing store for retrieval later.
Declaration Syntax
C#Visual BasicVisual C++
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)