TechnologyBase.Add 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.]

Adds the technology information to the registrar.

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

Usage

'Usage
Dim technologyId As String
Dim technologyKey As String
Dim logicalName As String
Dim typeName As String

TechnologyBase(Of T).Add(technologyId, technologyKey, logicalName, typeName)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes")> _
Public Shared Sub Add ( _
    technologyId As String, _
    technologyKey As String, _
    logicalName As String, _
    typeName As String _
)
[SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes")] 
public static void Add (
    string technologyId,
    string technologyKey,
    string logicalName,
    string typeName
)
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1000:DoNotDeclareStaticMembersOnGenericTypes")] 
public:
static void Add (
    String^ technologyId, 
    String^ technologyKey, 
    String^ logicalName, 
    String^ typeName
)
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes") */ 
public static void Add (
    String technologyId, 
    String technologyKey, 
    String logicalName, 
    String typeName
)
SuppressMessageAttribute("Microsoft.Design", "CA1000:DoNotDeclareStaticMembersOnGenericTypes") 
public static function Add (
    technologyId : String, 
    technologyKey : String, 
    logicalName : String, 
    typeName : String
)

Parameters

  • technologyId
    The technology id to register.
  • technologyKey
    The technology key to register.
  • logicalName
    The assembly-qualified technology type name.
  • typeName
    The logical name registered with the server.

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

TechnologyBase Generic Class
TechnologyBase Members
Microsoft.ConfigurationManagement.ApplicationManagement Namespace