AppManWrapper.Create Method

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

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

Constructs and returns a new Application Management IResultObject.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation
Assembly: AdminUI.AppManFoundation (in AdminUI.AppManFoundation.dll)

Usage

'Usage
Dim connectionManager As ConnectionManagerBase
Dim factory As IAppManFactory
Dim returnValue As IResultObject

returnValue = AppManWrapper.Create(connectionManager, factory)

Syntax

'Declaration
Public Shared Function Create ( _
    connectionManager As ConnectionManagerBase, _
    factory As IAppManFactory _
) As IResultObject
public static IResultObject Create (
    ConnectionManagerBase connectionManager,
    IAppManFactory factory
)
public:
static IResultObject^ Create (
    ConnectionManagerBase^ connectionManager, 
    IAppManFactory^ factory
)
public static IResultObject Create (
    ConnectionManagerBase connectionManager, 
    IAppManFactory factory
)
public static function Create (
    connectionManager : ConnectionManagerBase, 
    factory : IAppManFactory
) : IResultObject

Parameters

  • connectionManager
  • factory

Return Value

Returns IResultObject.

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

AppManWrapper Class
AppManWrapper Members
Microsoft.ConfigurationManagement.AdminConsole.AppManFoundation Namespace