释放组件实例(使用Spring.NET Container)
使用 Spring.NET 容器释放组件实例的首选方法是什么?
温莎城堡的等价物是container.Release(Object instance)
What is the preferred way to release a component instance using Spring.NET Container?
The equivalent for Castle Windsor is container.Release(Object instance)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,不支持。 Spring 论坛上有一个(旧)帖子解决了这个问题。
推荐的方法是创建一个上下文层次结构,从中释放整个上下文,而不是释放单个对象实例。
As far as I know, it isn't supported. There is an (old) thread on the Spring forum addressing this issue.
The recommended approach is to create a context hierarchy, from which you release an entire context, instead of releasing individual object instances.