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

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

Parameters

ProviderSettingsFromRequest

Data type: StringQualifiers: [in]XML describing the allowed alternate providers and provider-specific settings.
CurrentProviderPriority

Data type: UInt32Qualifiers: [in]Priority in the face of multiple alternate provider choices. For future use.
CurrentProviderLogicalName

Data type: StringQualifiers: [in]The name of the current provider. This value must match the value specified to the SMS provider.  
CurrentProviderCLSID

Data type: StringQualifiers: [in]The COM class ID corresponding to the current provider.  
CurrentProviderGlobalSettings

Data type: StringQualifiers: [in]Provider specific data for the current provider. 
CurrentProviderSettingsFromRequest

Data type: StringQualifiers: [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

Development Requirements

See Also