CreateJob method of the MDM_AppInstallJob class

[The MDM Application Provider is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use the EnterpriseAppManagement Configuration Service Provider (CSP).]

Creates a job to manage the installation, upgrade, or uninstallation of an application on a device.

Syntax

uint32 CreateJob(
  [in] string JobData
);

Parameters

JobData [in]

The data for the job.

Requirements

Minimum supported client
Windows 8.1
Minimum supported server
None supported
Namespace
Root\CIMv2\mdm
MOF
MDMAppProv.Mof
DLL
MDMAppProv.dll

See also

MDM_AppInstallJob