Click or drag to resize
SpaceLock Method (Tuple)
Locks the entry stored in the Space which has the key specified in the given 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 Lock(
	Tuple tuple
)

Parameters

tuple
Type: Com.Tibco.As.SpaceTuple
Tuple containing the key of the entry to lock

Return Value

Type: Tuple
Tuple if the entry has any values associated with it, null otherwise
See Also