Method ChangeConfiguration
- Assembly
- Skyline.DataMiner.DataSources.CommunicationGatewayMiddleware.Common.dll
ChangeConfiguration(DataSourceConfiguration)
When the configuration is different, this will trigger a disconnect and update the data source configuration to then reconnect.
public void ChangeConfiguration(DataSourceConfiguration newConfiguration)Parameters
- newConfigurationDataSourceConfiguration
- Configuration to be used when connecting. 
Exceptions
- ArgumentNullException
- The input argument should not be null. 
- RequestFailedException
- There was an exception when setting up the connection.