Dela via


IConfigChangeListener Interface

Definition

Allows subscribing to events notifying you when the configuration is loaded and applied, or when those actions fail.

public interface IConfigChangeListener
type IConfigChangeListener = interface
Public Interface IConfigChangeListener

Methods

ConfigurationApplied(IReadOnlyList<IProxyConfig>)

Invoked once the configuration has been successfully applied.

ConfigurationApplyingFailed(IReadOnlyList<IProxyConfig>, Exception)

Invoked when an error occurs while applying the configuration.

ConfigurationLoaded(IReadOnlyList<IProxyConfig>)

Invoked once the configuration have been successfully loaded.

ConfigurationLoadingFailed(IProxyConfigProvider, Exception)

Invoked when an error occurs while loading the configuration.

Applies to