[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Performs the initialization of internals. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.ServiceManager (in microsoft.enterprisemanagement.servicemanager.dll)

Usage

Visual Basic
Dim connectionSettings As EnterpriseManagementConnectionSettings
Dim internals As EnterpriseManagementGroupInternal

Me.InternalInitialize(connectionSettings, internals)

Syntax

Visual Basic
Protected Overrides Sub InternalInitialize ( _
		connectionSettings As EnterpriseManagementConnectionSettings, _
		internals As EnterpriseManagementGroupInternal _
)
C#
protected override void InternalInitialize (
		EnterpriseManagementConnectionSettings connectionSettings,
		EnterpriseManagementGroupInternal internals
)
C++
protected:
virtual void InternalInitialize (
		EnterpriseManagementConnectionSettings^ connectionSettings, 
		EnterpriseManagementGroupInternal^ internals
) override
J#
protected void InternalInitialize (
		EnterpriseManagementConnectionSettings connectionSettings, 
		EnterpriseManagementGroupInternal internals
)
JScript
protected override function InternalInitialize (
		connectionSettings : EnterpriseManagementConnectionSettings, 
		internals : EnterpriseManagementGroupInternal
)

Parameters

connectionSettings

Type: EnterpriseManagementConnectionSettings

The connection settings that are used to connect to the Service Manager server. These settings contain the name of the server and can contain credentials that are used to connect to the server.

internals

Type: EnterpriseManagementGroupInternal

The internals.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also