Exposed Object vs Remoting server

From: news.microsoft.com (xxx_at_xxx.com)
Date: 12/16/04


Date: Thu, 16 Dec 2004 18:26:49 +0100

Hello!
I have a remoting server which exposes a Singleton object to a client.
The client can call methods on the object without any problem.

Now, I'm trying to let the client modify the exposed object.
My question is: How would the server be able to load the exposed object
an retrieve the value set by the client? I'm asking because there is no
mention of the currently exposed instance of the class in the server code.

Or how do I expose a named instance of an abject to my clients? (having
a named instance would probably solve my problem)

Thanks



Relevant Pages

  • Re: InProc/OutProce memory sharing
    ... I understand what you are trying to say that server does not need to poll ... anything because it exposes the api for the client to do housekeeping. ... So essentially the static properties do not retain the values when the ...
    (microsoft.public.dotnet.general)
  • Re: Memory Cleanup in .NET
    ... I have a COM dll which exposes an object CClient and has the interface ... This COM client is wrapped in a dlland the ... I have modified the code in this wrapper dll to do a SysFreeString(of ...
    (microsoft.public.dotnet.framework.clr)
  • RE: extra properties exposed in WSDL to client
    ... \par From your description, you have some question about those auto-generated fields/properties in your WCF client-proxy file, correct? ... extra properties exposed in WSDL to client ... It exposes only one method, ... \par object and returns a response object. ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: casting ....static_castInterfacePointer
    ... >So any client out there can call it, ... >>> You can define another interface, IMyPrivateInterface, that exposes ... >>> Otherfunction can then QI for IMyPrivateInterface. ... >IDL file, never compile it into a type library, never tell anybody about ...
    (microsoft.public.vc.atl)
  • Re: Exposed Object vs Remoting server
    ... Allow the server to access the same object which is remoted to the clients ... Declare and instantiate a named instance of your remote object. ... > I have a remoting server which exposes a Singleton object to a client. ...
    (microsoft.public.dotnet.framework.remoting)

Loading