ObjectStoreService CheckIn Method (Guid, Object, Int32)NFX Class Library

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

Puts an object reference "value" into store identified by the "key". The object is written in the provider when call count to this method equals to CheckOut()

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

public void CheckIn(
	Guid key,
	Object value,
	int msTimeout = 0
)

Implements

IObjectStore CheckIn(Guid, Object, Int32)
See Also