IConfigChangeListener.ConfigurationApplied Method
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.
Invoked once the configuration has been successfully applied.
public void ConfigurationApplied (System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Configuration.IProxyConfig> proxyConfigs);
abstract member ConfigurationApplied : System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Configuration.IProxyConfig> -> unit
Public Sub ConfigurationApplied (proxyConfigs As IReadOnlyList(Of IProxyConfig))
Parameters
- proxyConfigs
- IReadOnlyList<IProxyConfig>
The list of instances that have been applied.