Batch version of the unlock operation. Requires a list of tuples to unlock and returns a list of results.
  
 
	 Declaration
		
		tibas_status tibasSpace_UnlockAll(
    tibasSpace            space,
    tibasSpaceResultList* resultList,
    tibasTupleList        keyList)
	 Parameters
		
		
 
			  
			  
			  
				 
				  | Parameter | Description | 
 
			 
 
			  
				 
				  | space | The Space object for the space in which you want to unlock tuples. | 
 
				 
				  | resultList | The list of tuples that are unlocked. | 
 
				 
				  | keyList | A list of key values for tuples that are to be unlocked. | 
 
			 
 
		  
Remarks 
		
		Use the tibasSpace_UnlockAll() function to unlock tuples in a specified space that have specified key values.
		
	 Copyright © Cloud Software Group, Inc. All rights reserved.