Interface IBinderFactoryListener
A listener that can be registered with the BinderFactory that allows the registration of additional configuration.
public interface IBinderFactoryListener
Methods
AfterBinderInitialized(string, IApplicationContext)
Applying additional capabilities to the binder after the binder context has been initialized.
void AfterBinderInitialized(string configurationName, IApplicationContext binderContext)
Parameters
configurationName
stringthe binders configuration name
binderContext
IApplicationContextthe configured service provider