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? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -