Delegate ParameterInfo.ConflictHandler
Invoked when multiple components provide a parameter with the same name, but with conflicting configuration. May be invoked multiple times for different conflict types.
public delegate void ParameterInfo.ConflictHandler(ParameterInfo.ConflictType type, ProvidedParameter p1, ProvidedParameter p2)
Parameters
typeParameterInfo.ConflictType- Invoked when multiple components provide a parameter with the same name, but with conflicting configuration. May be invoked multiple times for different conflict types.
p1ProvidedParameter- Invoked when multiple components provide a parameter with the same name, but with conflicting configuration. May be invoked multiple times for different conflict types.
p2ProvidedParameter- Invoked when multiple components provide a parameter with the same name, but with conflicting configuration. May be invoked multiple times for different conflict types.