Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. dot net remoting Events

dot net remoting Events

Scheduled Pinned Locked Moved C#
tutorialhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tauseef A
    wrote on last edited by
    #1

    hi all i want to make a remoting applications in which i have some events which i want to handle on my clients,but i dont know how to register events on my clients, any example code, ane help will be highly appreciated, thanks in advance

    hello

    B 1 Reply Last reply
    0
    • T Tauseef A

      hi all i want to make a remoting applications in which i have some events which i want to handle on my clients,but i dont know how to register events on my clients, any example code, ane help will be highly appreciated, thanks in advance

      hello

      B Offline
      B Offline
      b0ksah
      wrote on last edited by
      #2

      I know this is not the answer you are looking for but when dealing with remoting then keep it simple and stick to method calls only over the network ... using Events with remoting is very sticky bizz. There's a whole lot of issues that make event handling with remoting a bitch. A way to simunate it is to have an event at both ends ... so a remote call triggers an event .. But if you really really really wants to use events (the whole u have to seriealze everything sent over the network nightmare .. :wtf: ) Search the remoting section here on Codeproject .... there's no perfect solution. :sigh:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups