Event from the server to a specific single client

hycheon4004
edited August 2011 in DotNet
Is there any function that makes possible to send data to a specific single client in a room based on Lite Application?
I curious if it's possible sending an event to a specific client... not to all clients in thr room.

Comments

  • Yes. It's possible with Lite.
    It can be done pure client side with: OpRaiseEvent(..,.., actorList)
    Server side, you can take a look at RaiseEvent, too. There you see how each actor of a room gets the event.