Table of Contents

Method ChangeConfiguration

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Api
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.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

newConfiguration DataSourceConfiguration

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.