This is a discussion on How to raise an event from a server process and let a client subscribe to it? within the C# Programming forums, part of the Software Development category; Hello, I have a process running as server which raises an event which a client, running on another process, should ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hello, I have a process running as server which raises an event which a client, running on another process, should be able to subscribe to. The details are the following: I have an application, either a console app or a windows service, which performs actions at determined intervals. When the operation is completed it should be able to notify a client about it. The client could be, for example, an ASP.NET or WindowsForms application. Server and client might be running on the same machine or different machines. Thanks in advance.. |
| Sponsored Links |
| |||
| Here are a couple of links that might help you out: .NET Remoting and Event Handling in VB .NET .NET Remoting: Handling Remote Server Events > Implementing a Remote Server Hope this is useful to you ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pass the client's local time to a server side process | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 02-20-2008 09:51 PM |
| Time on the server, and not on the client computer. | itbarota | HTML, CSS and Javascript Coding Techniques | 0 | 02-06-2008 10:13 PM |
| How do I pass the client's local time to a server side process? | shaalini | HTML, CSS and Javascript Coding Techniques | 0 | 01-20-2008 09:21 PM |
| winsock - client AND server | kesuu | Networking & Internet Connectivity | 0 | 12-24-2007 12:37 AM |
| SQL Server Native Client | Sathish Kumar | Database Support | 1 | 08-22-2007 01:43 AM |