Click or drag to resize
SpaceUnlock Method (Tuple, UnlockOptions)
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.1.5.12)
Syntax
void Unlock(
	Tuple tuple,
	UnlockOptions unlockOpts
)

Parameters

tuple
Type: Com.Tibco.As.SpaceTuple
Key tuple to be used to unlock
unlockOpts
Type: Com.Tibco.As.SpaceUnlockOptions
Unlock options with custom lock wait
See Also