c# - How can I make a single WCF method ConcurrencyMode.Multiple when service is ConcurencyMode.Single -


I have a service defined as ConcurrencyMode.Single:

   

This service tells the client that the current What's working in: [OperationContract] String Getitrytask Description ();

Is this method a way to make acceptable while another long-running job is underway, where all the methods now follow single-threaded concurrency model?

You can not create an example mode of reference mode.

If you really need a single threaded set of calls and a multi-thread set of calls will require you to create a new service contract for this call.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -