adspace


What is "singleton" instance mode in wcf?

Answer Posted / Arnima Sharma

In WCF, Singleton Instance Mode creates a single instance of the service class that will be used by all clients during the lifespan of the Application Domain. This means that multiple clients will use the same instance of the service, sharing any state information kept within it.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906