Search code examples
castle-windsor

Castle: delegate-based factory lifestyle?


Whats the lifestyle of the implicit delegate-factory in the TypedFactoryFacility? Since the components created by the factory are released when the factory is released I am guessing that it registers as transient, but can anyone please confirm this?


Solution

  • Yes, they are registered as transient.