Locks the entry stored in the Space which has the key specified in the given Tuple
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
SyntaxTuple Lock(
Tuple tuple
)
Function Lock (
tuple As Tuple
) As Tuple
Tuple^ Lock(
Tuple^ tuple
)
abstract Lock :
tuple : Tuple -> Tuple
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
Tuple containing the key of the entry to lock
Return Value
Type:
TupleTuple if the entry has any values associated with it, null otherwise
See Also