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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -