Click or drag to resize
SpaceTake Method
Overload List
  NameDescription
Public methodTake(Tuple)
Returns and atomically removes from the space the tuple (if one exists) whose Tuple key fields match the key fields of the Tuple provided.
Public methodTake(Tuple, TakeOptions)
Returns and atomically removes from the space the tuple (if one exists) whose Tuple key fields match the key fields of the Tuple provided. This method allows you to specify lock wait, lock/unlock/forget options
Top
See Also