[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | CheckIn(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
|
![]() | CheckIn(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()
|
See Also