IContainer Interface

System Center

Updated: April 25, 2012

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

Allows you to access the features associated with this container

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As IContainer

public interface class IContainer : IInitializable, IDisposable
public interface IContainer extends IInitializable, IDisposable
public interface IContainer extends IInitializable, IDisposable

This is an Inversion of Control (IoC) interface that you can use to load services in the SDK client. All the strongly typed properties of the EnterpriseManagementGroup (such as EntityObjects) are actually internally loaded by means of an IoC architecture.


Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: