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.2.0.015)

Syntax

C#
Tuple Lock(
	Tuple tuple
)
Visual Basic
Function Lock ( 
	tuple As Tuple
) As Tuple
Visual C++
Tuple^ Lock(
	Tuple^ tuple
)
F#
abstract Lock : 
        tuple : Tuple -> Tuple 

Parameters

tuple
Type: Com.Tibco.As.Space..::..Tuple
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