views:

31

answers:

0

I have 2 contracts hosted in two servicehosts i need to have a singleton object in the first contract so when the other servicehost try to create an object from that class it just retrieve the same object from the first servicehost,

which might mean i need to find away to access the servicehost and get the object from it instead of creating a new one.. any idea?

thanks in advance