You are developing a WCF service.
A new service instance must be created for each client request.
You need to choose an instancing mode.
Which instancing mode should you use?
A.
Single
B.
PerRequest
C.
PerCall
D.
Multiple
E.
PerSession
You are developing a WCF service.
A new service instance must be created for each client request.
You need to choose an instancing mode.
Which instancing mode should you use?
You are developing a WCF service.
A new service instance must be created for each client request.
You need to choose an instancing mode.
Which instancing mode should you use?
A.
Single
B.
PerRequest
C.
PerCall
D.
Multiple
E.
PerSession
https://www.codeproject.com/Articles/86007/ways-to-do-WCF-instance-management-Per-call-Per
Answer C
https://msdn.microsoft.com/en-us/library/ms731193(v=vs.110).aspx