c# - Proposed WCF Model is this Possible? -


i new wcf. below proposed wcf model possible?

there components it.

  1. save files

  2. convert files

i can use multiple instances of wcf in part 1 restricted use 1 instance in part 2 of wcf.

is model possible. if yes, how can make part of wcf as

[servicebehavior(instancecontextmode = instancecontextmode.single] 

and part two

[servicebehavior(instancecontextmode = instancecontextmode.multiple] 

please me technical details.

diagram


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -