Interface that allows you to create components with execution parameters.
Description
The IParameterized interface allows you to create components with execution parameters.
Instance methods
SetParameters
Sets execution parameters.
void SetParameters(Parameters parameters)
- parameters: Parameters - execution parameters.