Click or drag to resize
SpaceGet Method (Tuple, GetOptions)
Get the tuple

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 Get(
	Tuple tuple,
	GetOptions options
)

Parameters

tuple
Type: Com.Tibco.As.SpaceTuple
The key tuple to look for.
options
Type: Com.Tibco.As.SpaceGetOptions
Get options to specify handler/closure

Return Value

Type: Tuple
The current tuple if it exists
See Also