Click or drag to resize
SpacePut Method (Tuple, PutOptions)
Stores a tuple into the space and returns the corresponding entry, and allows you to specify a lock wait value, lock or unlock value, and a forget value.

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 Put(
	Tuple tuple,
	PutOptions putOpts
)

Parameters

tuple
Type: Com.Tibco.As.SpaceTuple
The tuple to be stored.
putOpts
Type: Com.Tibco.As.SpacePutOptions
Put options to specify custom lock wait, lock/unlock/forget options.

Return Value

Type: Tuple
The old tuple if it exists
See Also