Specifies the read timeout value for a specified space.
      Declaration
tibas_status tibasSpaceDef_SetReadTimeout(
    tibasSpaceDef spaceDef,
    tibas_long readTimeout);
 
      Parameters
               
               
               
                  
                     | Parameter | 
                     Description | 
                  
               
               
                  
                     | spaceDef | 
                     Specify the spaceDef for the space for which you want to set a read timeout value. | 
                  
                  
                     | readTimeout | 
                     Specify the read timeout value, in milliseconds. | 
                  
               
            
 
 
      Remarks
Use the tibasSpaceDef_GetReadTimeout() function to specify the read timeout value for a specified spaceDef.
The read timeout value applies to Get operations.
 
      
    
Copyright © Cloud Software Group, Inc. All rights reserved.