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.