When does a service instance get disposed of in WCF -
so there 3 options when comes creating service instance in wcf:
- per call
- per session
- singleton
i know in case of option 1 instance disposed of service completes call.
my question other 2 options? when , how service instances created per session or singleton disposed?
Comments
Post a Comment