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.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
Tuple Take(
	Tuple tuple
)
Visual Basic
Function Take ( 
	tuple As Tuple
) As Tuple
Visual C++
Tuple^ Take(
	Tuple^ tuple
)
F#
abstract Take : 
        tuple : Tuple -> Tuple 

Parameters

tuple
Type: Com.Tibco.As.Space..::..Tuple
The key tuple.

Return Value

Type: Tuple
The current tuple if there is an entry for the key tuple

See Also