ObjectStoreService CheckIn Method (Guid, Int32)NFX Class Library

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

Puts an object back into store identified by the "key". The object is written in the provider when call count to this method equals to CheckOut(). Returns true if object with such id exists and was checked-in

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

public bool CheckIn(
	Guid key,
	int msTimeout = 0
)

Return Value

Type: OnlineBoolean

Implements

IObjectStore CheckIn(Guid, Int32)
See Also