[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

BITS job priority. Higher priority jobs will always take precedent

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
BitsJobPriority
<
SerializableAttribute> _
Public 
Enumeration 
BitsJobPriority
[
SerializableAttribute]
public 
enum class 
BitsJobPriority

Members

Member Description
Foreground
Foreground (highest priority)
High
High priority
Normal
Normal priority
Low
Low priority

See Also