The interface for the ConfigurationService class.
| C# | Visual Basic | Visual C++ |
public interface IConfigurationService : INotifyPropertyChanged
Public Interface IConfigurationService _ Implements INotifyPropertyChanged
public interface class IConfigurationService : INotifyPropertyChanged
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| 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.
|