Send event to specific client

From: John (John_at_hotmail.com)
Date: 08/10/04


Date: Mon, 9 Aug 2004 22:37:28 -0700

is there a way to send event from the server to specific client? i expose
remote methods using interface. thanks



Relevant Pages

  • COM Interop - Interface Questions
    ... Wrapper for it to expose it to a VB6 client. ... I have to use this because most of my code is in the base class called ... One question I have is can I create one Interface called IStandardLogging ... Interface called IComLogging to expose my modified methods? ...
    (microsoft.public.dotnet.framework.interop)
  • Re: ATL and COM
    ... There was no header file. ... Can I use the cpp file for class method code and expose the ... You don't yet have any interface. ... You don't normally provide an .h file of your class to the COM client. ...
    (microsoft.public.win32.programmer.ole)
  • Re: Opinion Wanted - How to Expose a Collection
    ... expose collections in your interface. ... Note that there are two variations on the theme: a read-only property, where the collection itself may be modified, but where the client cannot replace the collection instance itself; and a read/write property where the collection as well as the specific instance used may be modified. ... Even if you added a custom read-only IReadOnlyListinterface, you can't retroactively make existing .NET classes implement it. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: What doesnt lend itself to OO?
    ... >>server is a pure data transfer interface. ... essentially exposing the client or service implementation. ... >>paradigms can be abstracted just like any other problem space in an OO ...
    (comp.object)
  • Re: Text terminal rendering design
    ... free to give it any object that satisfies that interface. ... giving it a real facade object if I choose. ... Facade to avoid touching the client. ... completely incompatible with this subsystem interface. ...
    (comp.object)