SynchronizePublishingData method of the Win32_RDMSManagementData class

Synchronizes the specified set of publishing data for Remote Desktop Management Services (RDMS).

Syntax

uint32 SynchronizePublishingData(
  [in] string Context
);

Parameters

Context [in]

The context information of the publishing data to synchronize.

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_RDMSManagementData