Click or drag to resize

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
Syntax
VB
Sub AdjustTasksQueued ( 
	deltaValue As Integer
)

Parameters

deltaValue
Type: SystemInt32
Remarks
Provides a thread-safe way to adjust the TasksQueued property
See Also