| 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
SyntaxPublic Enumeration ThreadAffinity
 Members
Members|  | Member name | Value | Description | 
|---|
|  | RunInAnyThread | 0 | The command can run in any thread | 
|  | RunInMainThreadOnly | 1 | The command can ony run in the main UI thread | 
|  | RunAsForegroundTask | 2 | The command should run as a task in the main UI thread | 
|  | RunAsBackgroundTask | 3 | The command should run as a task, in the background if possible | 
|  | RunAsPriorityTask | 4 | The command should run as a high priority background task, it throws an exception if this is not possible | 
 Remarks
Remarks See Also
See Also