ConcurrencyMode-WCF

Concurrency mode helps us configure allowed number of concurrent calls for a service. This can be enabled by using a class level attribute Service Behavior. Concurrency mode property supports 3 values. Single, 2. Multiple and 3. Reentrant Single: System restricts instance creations of the service to one thread of execution at a time. Multiple: This […]