Share via


DeploymentTypeExtender.Synchronize Method

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

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Look for Deployment Type extensions that have not yet been registered locally.

Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement.Extender (in Microsoft.ConfigurationManagement.ApplicationManagement.Extender.dll)

Usage

'Usage
Dim connection As IDcmStoreConnection

DeploymentTypeExtender.Synchronize(connection)

Syntax

'Declaration
Public Shared Sub Synchronize ( _
    connection As IDcmStoreConnection _
)
public static void Synchronize (
    IDcmStoreConnection connection
)
public:
static void Synchronize (
    IDcmStoreConnection^ connection
)
public static void Synchronize (
    IDcmStoreConnection connection
)
public static function Synchronize (
    connection : IDcmStoreConnection
)

Parameters

  • connection
    Reference to connection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DeploymentTypeExtender Class
DeploymentTypeExtender Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace