ObjectStoreService CheckIn Method NFX Class Library

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

Overload List

  NameDescription
Public methodCheckIn(Guid, Int32)
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
Public methodCheckIn(Guid, Object, Int32)
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()
Back to Top
See Also