Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SetValue Method (newValue)
NamespacesGenesyslab.Desktop.Infrastructure.DependencyInjectionSynchronizedLifetimeManagerExSetValue(Object)
Stores the given value into the backing store for retrieval later.
Declaration Syntax
C#Visual BasicVisual C++
public override void SetValue(
	Object newValue
)
Public Overrides Sub SetValue ( _
	newValue As Object _
)
public:
virtual void SetValue(
	Object^ newValue
) override
Parameters
newValue (Object)
The object being stored.
Remarks
Setting a value will attempt to release the lock acquired by GetValue()()().

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