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.1.0.0 (2.1)

Syntax

C#
Tuple Take(
	Tuple tuple
)
Visual Basic
Function Take ( _
	tuple As Tuple _
) As Tuple
Visual C++
Tuple^ Take(
	Tuple^ tuple
)

Parameters

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

Return Value

The current tuple if there is an entry for the key tuple

See Also