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
type
ParameterInfo.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.
p1
ProvidedParameter- Invoked when multiple components provide a parameter with the same name, but with conflicting configuration. May be invoked multiple times for different conflict types.
p2
ProvidedParameter- Invoked when multiple components provide a parameter with the same name, but with conflicting configuration. May be invoked multiple times for different conflict types.