Click or drag to resize

ThreadAffinity Enumeration

Defines the list of command processing modes.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration ThreadAffinity
Members
  Member nameValueDescription
RunInAnyThread0The command can run in any thread
RunInMainThreadOnly1The command can ony run in the main UI thread
RunAsForegroundTask2The command should run as a task in the main UI thread
RunAsBackgroundTask3The command should run as a task, in the background if possible
RunAsPriorityTask4The command should run as a high priority background task, it throws an exception if this is not possible
Remarks