Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SynchronizedSetValue Method (newValue)
NamespacesGenesyslab.Desktop.Infrastructure.DependencyInjectionContainerControlledLifetimeManagerExSynchronizedSetValue(Object)
Stores the given value into backing store for retrieval later.
Declaration Syntax
C#Visual BasicVisual C++
protected override void SynchronizedSetValue(
	Object newValue
)
Protected Overrides Sub SynchronizedSetValue ( _
	newValue As Object _
)
protected:
virtual void SynchronizedSetValue(
	Object^ newValue
) override
Parameters
newValue (Object)
The object being stored.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)