Base class for dynamic ITargetSource implementations that can create new prototype object instances to support a pooling or new-instance-per-invocation strategy.
For a list of all members of this type, see AbstractPrototypeTargetSource Members .
System.Object
AbstractPrototypeTargetSource
AbstractPoolingTargetSource
PrototypeTargetSource
ThreadLocalTargetSource
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
All such ITargetSources must run in an IObjectFactory, as they need to call the GetObject method to create a new prototype instance.
Namespace: Spring.Aop.Target
Assembly: Spring.Aop (in Spring.Aop.dll)
AbstractPrototypeTargetSource Members | Spring.Aop.Target Namespace