Locks the entry stored in the Space which has the key specified in the given Tuple
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
Tuple Lock( Tuple tuple ) |
Visual Basic |
---|
Function Lock ( tuple As Tuple ) As Tuple |
Visual C++ |
---|
Tuple^ Lock( Tuple^ tuple ) |
F# |
---|
abstract Lock : tuple : Tuple -> Tuple |
Parameters
- tuple
- Type: Com.Tibco.As.Space..::..Tuple
Tuple containing the key of the entry to lock
Return Value
Type: TupleTuple if the entry has any values associated with it, null otherwise