[This is preliminary documentation and is subject to change.]
Puts an object into store identified by the "key"
Namespace: NFX.ApplicationModel.VolatileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
bool CheckIn(
Guid key,
int msTimeout = 0
)
bool CheckIn(
Guid key,
int msTimeout = 0
)
Function CheckIn (
key As Guid,
Optional msTimeout As Integer = 0
) As Boolean
Function CheckIn (
key As Guid,
Optional msTimeout As Integer = 0
) As Boolean
bool CheckIn(
Guid key,
int msTimeout = 0
)
bool CheckIn(
Guid key,
int msTimeout = 0
)
abstract CheckIn :
key : Guid *
?msTimeout : int
(* Defaults:
let _msTimeout = defaultArg msTimeout 0
*)
-> bool
abstract CheckIn :
key : Guid *
?msTimeout : int
(* Defaults:
let _msTimeout = defaultArg msTimeout 0
*)
-> bool
Return Value
Type:
Boolean