Share via


CCM_CTM_JobStateEx4 Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The CCM_CTM_JobStateEx4 class, in Configuration Manager, represents the state information for a single Content Transfer Manager job.

Syntax

class CCM_CTM_JobStateEx4
{
    string ProviderSettingsFromRequest; 
    uint32 CurrentProviderPriority; 
    string CurrentProviderLogicalName; 
    string CurrentProviderCLSID; 
    string CurrentProviderGlobalSettings; 
    string CurrentProviderSettingsFromRequest; 
};

Parameters

  • ProviderSettingsFromRequest
    Data type: String

    Qualifiers: [in]

    XML describing the allowed alternate providers and provider-specific settings.

  • CurrentProviderPriority
    Data type: UInt32

    Qualifiers: [in]

    Priority in the face of multiple alternate provider choices. For future use.

  • CurrentProviderLogicalName
    Data type: String

    Qualifiers: [in]

    The name of the current provider. This value must match the value specified to the SMS provider.  

  • CurrentProviderCLSID
    Data type: String

    Qualifiers: [in]

    The COM class ID corresponding to the current provider.  

  • CurrentProviderGlobalSettings
    Data type: String

    Qualifiers: [in]

    Provider specific data for the current provider. 

  • CurrentProviderSettingsFromRequest
    Data type: String

    Qualifiers: [in]

    CurrentProviderSettingsFromRequest …  

Return Values

None.

Remarks

There will be an instance of this class for each job started by the Content Transfer Manager.

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

Configuration Manager Alternate Content Provider Classes