IObjectStore CheckInUnderNewKey Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Puts an object reference "value" into store identified by the "oldKey" under the "newKey". If oldKey was not checked in, then checks-in under new key as normally would

Namespace: NFX.ApplicationModel.Volatile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

void CheckInUnderNewKey(
	Guid oldKey,
	Guid newKey,
	Object value,
	int msTimeout = 0
)
See Also