tibasMemberDef_GetWorkerThreadCount()
Returns the number of worker threads for a specified space number.
      Declaration
tibas_status tibasMemberDef_GetWorkerThreadCount(
    tibasMemberDef memberDef,
    tibas_int *count);
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | memberDef | Specifies the member definition for the space for which you want to return the number of worker threads. | 
                  
                     | count | Returns the number of worker threads set for the member. | 
               
            
Remarks
Use the tibasMemberDef_GetWorkerThreadCount() function to return the number of worker threads used with a specified space member.
Copyright © Cloud Software Group, Inc. All rights reserved.