service - CSharp

This is a discussion on service - CSharp ; Im looking for examples to hook to a service from a UI tks MJ...

+ Reply to Thread
Results 1 to 4 of 4

service

  1. Default service

    Im looking for examples to hook to a service
    from a UI

    tks
    MJ




  2. Default Re: service

    If you clarify what you mean by "hook to a service from a UI." then maybe
    someone can help you beyond recommending you take a look at the
    ServiceController class.

    What is it that you are trying to do?

    -S


    "MikeJ" <vettes_n_jets@sbcglobal.net> wrote in message
    news:Ognwi.57417$5j1.18@newssvr21.news.prodigy.net...
    > Im looking for examples to hook to a service
    > from a UI
    >
    > tks
    > MJ
    >
    >
    >




  3. Default Re: service

    MJ,

    There isn't a unified interface to connect to a service. The service
    has to offer a mechanism through which you can connect to it and send/get
    notifications to/from it. To that end, in .NET, the best way to do that
    would be to use remoting, or Windows Communication Foundation. Any example
    in those two technologies would be fine, as they all do the same thing,
    allow you to make calls from one application domain to another application
    domain.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard.caspershouse.com

    "MikeJ" <vettes_n_jets@sbcglobal.net> wrote in message
    news:Ognwi.57417$5j1.18@newssvr21.news.prodigy.net...
    > Im looking for examples to hook to a service
    > from a UI
    >
    > tks
    > MJ
    >
    >
    >




  4. Default Re: service

    the Service i wrote grabs record sets and or runs stored procs....i would
    like to monitor the service as its running
    at this point I dont now how to accomplish this
    Since its 2 different applications
    i read below about remoting and windows communications i'll read that
    any other recommendations helps also
    tks MJ

    "Smithers" <A@B.com> wrote in message
    news:%23Vqpyoq3HHA.5852@TK2MSFTNGP02.phx.gbl...
    > If you clarify what you mean by "hook to a service from a UI." then maybe
    > someone can help you beyond recommending you take a look at the
    > ServiceController class.
    >
    > What is it that you are trying to do?
    >
    > -S
    >
    >
    > "MikeJ" <vettes_n_jets@sbcglobal.net> wrote in message
    > news:Ognwi.57417$5j1.18@newssvr21.news.prodigy.net...
    >> Im looking for examples to hook to a service
    >> from a UI
    >>
    >> tks
    >> MJ
    >>
    >>
    >>

    >
    >




+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 05-21-2007, 04:40 AM
  2. Visual Web Service Client - SOAP Web Service test utility
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 03-10-2007, 01:59 AM
  3. Replies: 4
    Last Post: 04-07-2006, 12:41 AM
  4. retrieve service starttype and current user account of service
    By Application Development in forum DOTNET
    Replies: 0
    Last Post: 03-09-2005, 08:30 AM
  5. The World Wide Web Publishing Service service hung on starting
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 11-14-2003, 10:33 AM