HighTechTalks DotNet Forums  

Remote object - is it possible to call some of methods of remote object in "local" mode

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss Remote object - is it possible to call some of methods of remote object in "local" mode in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
EugeneIM@gmail.com
 
Posts: n/a

Default Remote object - is it possible to call some of methods of remote object in "local" mode - 10-31-2007 , 08:32 AM






Hi!

Is it possible to mark some of methods of remote object (MarshallByRef
singleton) as "local", and process them in local context, without
exchanging messages between the client and server? I'm thinking about
marking some methods with a certain atrtribute, and then processing
such methods in a dynamic client Sink by calling some predefined
static class methods without passing the message down the sinks.

The reason to do it is to be able to easy call static methods of based
on the same base abstract class remote objects by just calling a
method of the instance of class.

Is this possible at all?


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.