How the concurrency mode is specified in wcf service?



How the concurrency mode is specified in wcf service?..

Answer / Mr Sambhu Kumar

The concurrency mode can be specified in a WCF service by using the ConcurrencyMode attribute, which is applied to the service operation or contract class. The ConcurrencyMode enumeration allows you to choose from three modes: Single (only one request at a time), Reentrant (one thread can call the service multiple times concurrently) and Controlled (enables fine-grained control over concurrent access using a custom concurrency class).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

List out the difference between XMLSerializer and the DataContractSerializer?

1 Answers  


What is wcf used for?

1 Answers  


What is the address format in wcf?

1 Answers  


What are dead letter queues?

1 Answers  


What are the different modes of communication in wcf?

1 Answers  


Explain the basic difference between WCF and ASMX Web Services?

1 Answers  


How to set the instancing mode in wcf service?

1 Answers  


What MEPs is supported by WCF?

1 Answers  


Could the iis-hosted wcf service make use of http transport security if the iis virtual derectory that contains the service does not support it?

1 Answers  


WCF:Reliable sessions in Windows Communication Foundation (WCF) use a transfer window. What is it the Transfer window? What does it means for the sender, for the receiver? How is it depend of the latency?

1 Answers  


What is "know types" in wcf?

1 Answers  


How many types of transport schemas are there in wcf?

1 Answers  


Categories