Unlocks 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#
void Unlock(
	Tuple tuple
)
Visual Basic
Sub Unlock ( _
	tuple As Tuple _
)
Visual C++
void Unlock(
	Tuple^ tuple
)

Parameters

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

See Also