InProcEnterpriseManagementConnectionSettings Class

Definition

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

Provides access to the in-process settings that are used to connect to a Service Manager server.

public ref class InProcEnterpriseManagementConnectionSettings : Microsoft::EnterpriseManagement::EnterpriseManagementConnectionSettings
public class InProcEnterpriseManagementConnectionSettings : Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings
type InProcEnterpriseManagementConnectionSettings = class
    inherit EnterpriseManagementConnectionSettings
Public Class InProcEnterpriseManagementConnectionSettings
Inherits EnterpriseManagementConnectionSettings
Inheritance
InProcEnterpriseManagementConnectionSettings

Constructors

InProcEnterpriseManagementConnectionSettings(EnterpriseManagementGroupConnectionConfig)

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

Initializes a new InProcEnterpriseManagementConnectionSettings object.

InProcEnterpriseManagementConnectionSettings(Stream)

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

Initializes a new InProcEnterpriseManagementConnectionSettings object.

InProcEnterpriseManagementConnectionSettings(Stream, Stream)

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

Initializes a new InProcEnterpriseManagementConnectionSettings object.

Properties

CacheConfiguration

Gets or sets the pre-defined cache configuration in the configuration mode, only when the CacheMode property is set to Configuration.

(Inherited from ConnectionSettings)
CacheMode

Gets or sets the cache mode for the client-side interface.

(Inherited from ConnectionSettings)
ClientConfiguration

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

Gets the client configuration stream.

Configuration

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

Gets the configuration.

Domain

Gets or sets the domain credentials that are used for the connection settings.

(Inherited from ConnectionSettings)
InactivityTimeout

Gets or sets the windows communication foundation (WCF) inactivity timeout in minutes.

(Inherited from EnterpriseManagementConnectionSettings)
Password

Gets or sets the password credentials that are used in the connection settings.

(Inherited from ConnectionSettings)
SendReceiveTimeout

Gets or sets the windows communication foundation (WCF) send or receive timeout in minutes.

(Inherited from EnterpriseManagementConnectionSettings)
ServerName

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

Gets or sets the server name to which to connect.

ThreeLetterWindowsLanguageName

Gets or sets the three-letter code for the language that is used by the SDK when initializing localizable strings, as defined in the Microsoft Windows application programming interface (API).

(Inherited from ConnectionSettings)
TieredManagementGroupConnectionSettings

Gets the tiered management group connection settings that are used to connect to the Service Manager server.

(Inherited from EnterpriseManagementConnectionSettings)
UserName

Gets or sets the user name credentials that are used in the connection settings.

(Inherited from ConnectionSettings)

Applies to