When does a service instance get disposed of in WCF -


so there 3 options when comes creating service instance in wcf:

  1. per call
  2. per session
  3. 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