Returns and atomically removes from the space the tuple (if one exists) whose Tuple key fields match the
key fields of the Tuple provided.
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
)
Function Take (
tuple As Tuple
) As Tuple
Tuple^ Take(
Tuple^ tuple
)
abstract Take :
tuple : Tuple -> Tuple
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
The key tuple.
Return Value
Type:
Tuple
The current tuple if there is an entry for the key tuple
See Also