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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Remoting Q.

Remoting Q.

Scheduled Pinned Locked Moved C#
csharpdatabasesysadminhelptutorial
3 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.
  • U Offline
    U Offline
    User 1990665
    wrote on last edited by
    #1

    Help ! I'm utterly confused on Remoting.... I need my Client Proxy Class to hook to a running instance of a Server Object and to know the state of the object. Anyone please got any ideas on how this is done (in simple language if possible, I'm very new to c#).. I'm tearing whats left of my hair out trying to find a tutorial for this. I can instantiate a class and get it to do things remotely but I dont just want that I want the class to be a hook to the app and know if its connected to a database etc etc.... Any ideas PLEASE...PLEASE...I'm going nuts with this one... Cheers Chubby.

    S 1 Reply Last reply
    0
    • U User 1990665

      Help ! I'm utterly confused on Remoting.... I need my Client Proxy Class to hook to a running instance of a Server Object and to know the state of the object. Anyone please got any ideas on how this is done (in simple language if possible, I'm very new to c#).. I'm tearing whats left of my hair out trying to find a tutorial for this. I can instantiate a class and get it to do things remotely but I dont just want that I want the class to be a hook to the app and know if its connected to a database etc etc.... Any ideas PLEASE...PLEASE...I'm going nuts with this one... Cheers Chubby.

      S Offline
      S Offline
      S Senthil Kumar
      wrote on last edited by
      #2

      Maybe you're looking for the RemotingServices.Marshal method? You can pass an instance of the server object to it and all clients will be able to access that object. Regards Senthil _____________________________ My Blog | My Articles | WinMacro

      U 1 Reply Last reply
      0
      • S S Senthil Kumar

        Maybe you're looking for the RemotingServices.Marshal method? You can pass an instance of the server object to it and all clients will be able to access that object. Regards Senthil _____________________________ My Blog | My Articles | WinMacro

        U Offline
        U Offline
        User 1990665
        wrote on last edited by
        #3

        That's exactly what I was looking for. With your help I managed to prove the concept of hooking to my Server EXE. Cheers. Chubby..

        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