Click or drag to resize
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.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
Tuple Take(
	Tuple tuple,
	TakeOptions takeOpts
)

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