Share via


DeploymentTypeExtender.Unextend 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.]

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

Usage

'Usage
Dim technologyId As String
Dim connection As IDcmStoreConnection

DeploymentTypeExtender.Unextend(technologyId, connection)

Syntax

'Declaration
Public Shared Sub Unextend ( _
    technologyId As String, _
    connection As IDcmStoreConnection _
)
public static void Unextend (
    string technologyId,
    IDcmStoreConnection connection
)
public:
static void Unextend (
    String^ technologyId, 
    IDcmStoreConnection^ connection
)
public static void Unextend (
    String technologyId, 
    IDcmStoreConnection connection
)
public static function Unextend (
    technologyId : String, 
    connection : IDcmStoreConnection
)

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