Results 1 to 2 of 2

Thread: Remoting and Windows Services

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Remoting and Windows Services

    I am trying to figure how to use remoting to control a Windows Service I am writing. My service is basically just a timer that checks the current time, and waits for the right time to do some database tasks. I want to be able to use remoting to do things like update the time when event happens. Anything internal to the class seems easy to do, but if I store that time as say a DateTime variable as part of the host app instead of part of the object, what is the best way to setup that reference to the variable?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  2. #2
    Addicted Member
    Join Date
    Dec 2002
    Posts
    175
    Sounds like you need to perform some IPC.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width