Compartilhar via


ServiceManagementGroup.InternalInitialize Method

Performs the initialization of internals.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.ServiceManager (in microsoft.enterprisemanagement.servicemanager.dll)

Usage

'Usage
Dim connectionSettings As EnterpriseManagementConnectionSettings
Dim internals As EnterpriseManagementGroupInternal

Me.InternalInitialize(connectionSettings, internals)

Syntax

'Declaration
Protected Overrides Sub InternalInitialize ( _
    connectionSettings As EnterpriseManagementConnectionSettings, _
    internals As EnterpriseManagementGroupInternal _
)
protected override void InternalInitialize (
    EnterpriseManagementConnectionSettings connectionSettings,
    EnterpriseManagementGroupInternal internals
)
protected:
virtual void InternalInitialize (
    EnterpriseManagementConnectionSettings^ connectionSettings, 
    EnterpriseManagementGroupInternal^ internals
) override
protected void InternalInitialize (
    EnterpriseManagementConnectionSettings connectionSettings, 
    EnterpriseManagementGroupInternal internals
)
protected override function InternalInitialize (
    connectionSettings : EnterpriseManagementConnectionSettings, 
    internals : EnterpriseManagementGroupInternal
)

Parameters

  • connectionSettings
    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
    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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ServiceManagementGroup Class
ServiceManagementGroup Members
Microsoft.EnterpriseManagement Namespace