Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IConfigurationService Interface
NamespacesGenesyslab.Desktop.Modules.Core.SDK.ConfigurationsIConfigurationService
The interface for the ConfigurationService class.
Declaration Syntax
C#Visual BasicVisual C++
public interface IConfigurationService : INotifyPropertyChanged
Public Interface IConfigurationService _
	Implements INotifyPropertyChanged
public interface class IConfigurationService : INotifyPropertyChanged
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
ApplicationIsInitialized
Gets a value indicating whether [application is initialized].

ApplicationName
Gets or sets the application name.

ConfigServerHost
Gets or sets the configuration server host.

ConfigServerPort
Gets or sets the configuration server port.

ConfigServerProtocol
Gets the configuration server protocal.

ConfigService
Gets the configuration server.

Connect()()()
Connects to the configuration server.

ConnectedApplications
Gets the list of the applications connected to the Interaction Workspace application

Disconnect()()()
Disconnects from the configuration server.

IsConnected
Gets or sets a value indicating whether this instance is connected to the configuration server.

MyApplication
Gets the configuration application.

Password
Gets or sets the password.

PropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
ReadableConnectedApplications
Gets the list of the applications connected to the Interaction Workspace application, for which read access is available

TraceConfiguredConnections()()()
Traces the connections of the configuration server.

URL
Gets or sets the URL.

UserName
Gets or sets the user name.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)