Important |
---|
This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code. |
In Configuration Manager 2007, the CCM_Service_SystemTaskConfiguration class is a client Windows Management Instrumentation (WMI) class that supports system task configuration for the CCMEXEC service.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class CCM_Service_SystemTaskConfiguration : CCM_Policy { String CoClass; String DisplayName; String Event; String Name; UInt32 Order; String PolicyID; String PolicyInstanceID; UInt32 PolicyPrecedence; String PolicyRuleID; String PolicySource; String PolicyVersion; String ThreadType; }; |
Methods
The CCM_Service_SystemTaskConfiguration class does not define any methods.
Properties
- CoClass
- Data type: StringAccess type: Read/WriteQualifiers: NoneClass ID or program ID of the COM class that implements the system task.
- DisplayName
- Data type: StringAccess type: Read/WriteQualifiers: NoneDisplay name of the system task.
- Event
- Data type: StringAccess type: Read/WriteQualifiers: NoneEvent on which the system task should be invoked.
- Name
- Data type: StringAccess type: Read/WriteQualifiers: [Realkey]Name of the system task, which must be unique on the computer.
- Order
- Data type: UInt32Access type: Read/WriteQualifiers: None Order value of the task. Tasks with lower order values run before tasks with higher values. Tasks with the same order value run simultaneously (no ordering between them is guaranteed).This value defaults to 0 if a value is not specified.
- PolicyID
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyInstanceID
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyPrecedence
- Data type: UInt32Access type: Read/WriteQualifiers: NoneSee CCM_Policy Client WMI Class.
- PolicyRuleID
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicySource
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyVersion
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- ThreadType
- Data type: StringAccess type: Read/WriteQualifiers: NoneThread type on which the endpoint should be invoked.
Remarks
There is an instance of this class for each system task on the computer.
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
Send comments about this topic to Microsoft.