What is a… parameterized service?
A parameterized service is a service that allows contextual parameters to be passed to the service when it is created. Such services are typically used in conjunction with the multiton service model, but the only real requirement is that they not be used with a service model that does not support multiple parameters (like singleton or threaded).