service - CSharp
This is a discussion on service - CSharp ; Im looking for examples to hook to a service
from a UI
tks
MJ...
-
service
Im looking for examples to hook to a service
from a UI
tks
MJ
-
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
>
>
>
-
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
>
>
>
-
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
>>
>>
>>
>
>
Similar Threads
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 05-21-2007, 04:40 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 03-10-2007, 01:59 AM
-
By Application Development in forum Object
Replies: 4
Last Post: 04-07-2006, 12:41 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 03-09-2005, 08:30 AM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 11-14-2003, 10:33 AM