IMcResourceManagerAdjustTasksQueued Method 
             | 
            
               
             | 
          
        
         Atomically adjusts the TasksQueued property by the given delta value.
 
    Namespace: 
   MediaCy.IQL.Engine
    Assembly:
   MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub AdjustTasksQueued ( 
	deltaValue As Integer
)
Parameters
- deltaValue
 - Type: SystemInt32
 
RemarksProvides a thread-safe way to adjust the TasksQueued property
See Also