Applies to: desktop apps only
The
BG_JOB_PRIORITY enumeration defines the constant values that specify the priority level of a job.
Syntax
typedef enum {
BG_JOB_PRIORITY_FOREGROUND,
BG_JOB_PRIORITY_HIGH,
BG_JOB_PRIORITY_NORMAL,
BG_JOB_PRIORITY_LOW
} BG_JOB_PRIORITY;
Constants
- BG_JOB_PRIORITY_FOREGROUND
-
Transfers the job in the foreground. Foreground transfers compete for network bandwidth with other applications, which can impede the user's network experience. This is the highest priority level.
- BG_JOB_PRIORITY_HIGH
-
Transfers the job in the background with a high priority. Background transfers use idle network bandwidth of the client to transfer files. This is the highest background priority level.
- BG_JOB_PRIORITY_NORMAL
-
Transfers the job in the background with a normal priority. Background transfers use idle network bandwidth of the client to transfer files. This is the default priority level.
- BG_JOB_PRIORITY_LOW
-
Transfers the job in the background with a low priority. Background transfers use idle network bandwidth of the client to transfer files. This is the lowest background priority level.
Remarks
For background jobs, the priority level determines when the job is processed relative to other jobs in the transfer queue. Higher priority jobs preempt lower priority jobs. Jobs at the same priority level share transfer time, which prevents a large job from blocking the transfer queue. Lower priority jobs do not receive transfer time until all higher priority jobs are transferred or in an error state.
Multiple foreground transfers can take place simultaneously. However, multiple files in the same job are transferred sequentially. For example, if you have 5 files that you would like to download concurrently, you may consider creating 5 foreground jobs, one for each transfer.
BITS 1.5 and earlier: BITS processes one job at a time. Foreground jobs have the highest priority and run before background jobs.
For more information, see Best Practices When Using BITS.
Requirements
|
Minimum supported client
| Windows XP, Windows 2000 Professional with SP3 |
|
Minimum supported server
| Windows Server 2003, Windows 2000 Server with SP3 |
|
Header
|
- Bits.h
|
See also
-
IBackgroundCopyJob::GetPriority
-
IBackgroundCopyJob::SetPriority
Send comments about this topic to Microsoft
Build date: 3/15/2012