tibasSpace_Clear()
Deletes the tuples that match a specified filter from a specified space.
  
 
	 Declaration
		
		tibas_status tibasSpace_Clear(
    tibasSpace space,
    const char* filter);
	 Parameters
		
		
 
			  
			  
			  
				 
				  | Parameter | Description | 
 
			 
 
			  
				 
				  | space | The TIBCO ActiveSpaces entity on which the function is invoked. | 
 
				 
				  | filter | Specifies the filter criteria for the tuples to be removed. | 
 
			 
 
		  
Copyright © Cloud Software Group, Inc. All rights reserved.