dotnet remoting:
Hi
I have a client server application developed using .NEt remoting.
The client makes certain requests to the server and the server replies
back.This part works fine.
But I need another functionality too.
I want my server to send a signal to client periodically ,about some
changing statuses.The client does not know when the status is changing.The
server has to tell the client.
How can I achieve this scenario??
Any ideas/help would be appreciated.
Thanks and Regards