SpaceUnlock Method (Tuple) |
Unlocks the tuple associated with a key tuple value
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxvoid Unlock(
Tuple tuple
)
Sub Unlock (
tuple As Tuple
)
void Unlock(
Tuple^ tuple
)
abstract Unlock :
tuple : Tuple -> unit
Parameters
- tuple
- Type: Com.Tibco.As.SpaceTuple
Key tuple to be used to unlock
See Also