Click or drag to resize
SpaceTake Method (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.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
Tuple Take(
	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