Multiple choice technology web technology

ConcurrencyMode enumeration are

  1. Multiple

  2. All

  3. Reentrant

  4. Single

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Windows Communication Foundation (WCF), the ConcurrencyMode enumeration specifies whether a service class supports single-threaded, multi-threaded, or reentrant operations. The valid values are Single, Reentrant, and Multiple. Because all three options represent valid members of the enumeration, 'All' is the correct choice.