SpaceTake Method (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
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxTuple Take(
Tuple tuple,
TakeOptions takeOpts
)
Function Take (
tuple As Tuple,
takeOpts As TakeOptions
) As Tuple
Tuple^ Take(
Tuple^ tuple,
TakeOptions^ takeOpts
)
abstract Take :
tuple : Tuple *
takeOpts : TakeOptions -> Tuple
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
The key tuple. - takeOpts
- Type: Com.Tibco.As.SpaceTakeOptions
Take options to specify custom lock wait, lock/unlock/forget options.
Return Value
Type:
Tuple
The current tuple
See Also