ProvisioningJobCancel method of the Win32_RDMSVirtualDesktopCollection class

Cancels a virtual desktop provisioning job.

Syntax

uint32 ProvisioningJobCancel(
  [in] string JobGuid
);

Parameters

JobGuid [in]

The GUID that uniquely identifies the provisioning job to cancel.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\CIMv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_RDMSVirtualDesktopCollection