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.0.0.0 (2.2.0.015)

Syntax

C#
void Unlock(
	Tuple tuple
)
Visual Basic
Sub Unlock ( 
	tuple As Tuple
)
Visual C++
void Unlock(
	Tuple^ tuple
)
F#
abstract Unlock : 
        tuple : Tuple -> unit 

Parameters

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

See Also