Locks the tuple associated with a key tuple value

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
Tuple Lock(
	Tuple tuple
)
Visual Basic
Function Lock ( _
	tuple As Tuple _
) As Tuple
Visual C++
Tuple^ Lock(
	Tuple^ tuple
)

Parameters

tuple
Type: Com.Tibco.As.Space..::..Tuple
Key tuple to be used to lock

Return Value

Tuple if there is a value associated with it, null otherwise

See Also