SingleCall remoting ??

Posts   
 
    
Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 29-Jun-2005 01:02:31   

im new to remoting and i was wondering is someone here could clarify this for me.

With the server setup as SingleCall and your business logic located on the server.

BusinessLogicmanager EntityManager = new "rest of code here"

With each call to say EntityManger.GetAllEntities(), would that create a new entitymanager even though i already initiated it?

So if i call GetAllEntities 5 times using the Same EntityManger Object on the client , it would create 5 different BusinessLogicmanager object instances on the server?

Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 29-Jun-2005 17:51:26   

Nevermind, found my answer on MSDN.