CCM_Service_BITSConfiguration Client WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
In Configuration Manager 2007, the CCM_Service_BITSConfiguration class is a client Windows Management Instrumentation (WMI) class that supports Background Intelligent Transfer Service (BITS)-related settings used by CCMEXEC for uploading and downloading message payloads. The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_Service_BITSConfiguration : CCM_Policy
{
UInt8 DummyKey;
UInt32 MinimumRetryDelay;
UInt32 NoProgressTimeout;
String PolicyID;
String PolicyInstanceID;
UInt32 PolicyPrecedence;
String PolicyRuleID;
String PolicySource;
String PolicyVersion;
};
Methods
The CCM_Service_BITSConfiguration class does not define any methods.
Properties
DummyKey
Data type: UInt8Access type: Read/Write
Qualifiers: None
This value is used as the WMI key for a singleton policy and has no other effect.
MinimumRetryDelay
Data type: UInt32Access type: Read/Write
Qualifiers: None
Retry delay to pass to BITS when uploading or downloading message payloads (in minutes). If the value is 0 or null, BITS defaults are used.
NoProgressTimeout
Data type: UInt32Access type: Read/Write
Qualifiers: None
No-progress timeout to pass to BITS when uploading or downloading message payloads (in minutes). If the value is null or 0, BITS defaults are used.
PolicyID
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyInstanceID
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyPrecedence
Data type: UInt32Access type: Read/Write
Qualifiers: None
PolicyRuleID
Data type: StringAccess type: Read/Write
Qualifiers: Key
PolicySource
Data type: StringAccess type: Read/Write
Qualifiers: [key]
PolicyVersion
Data type: StringAccess type: Read/Write
Qualifiers: [key]
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.
See Also
Concepts
Client Framework and Data Transfer Client WMI Classes
CCM_Policy Client WMI Class