IConfigChangeListener Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |