IMcResourceManagerReleaseThreads Method 
             | 
            
               
             | 
          
        
         This function releases threads previously allocated with ReserveThreads.
 
    Namespace: 
   MediaCy.IQL.Engine
    Assembly:
   MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub ReleaseThreads ( 
	threadHandle As IntPtr
)
Parameters
- threadHandle
 - Type: SystemIntPtr
A handle returned by ReserveThreads 
See Also