473,385 Members | 1,848 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

web service(pass events)

Hello!!
I am trying to declare an event in the service Web to soon
be able to use it in the clients but there is no way. In
order to declare a function in the service Web it is very
simple:
< WebMethod() > Public ponHora(ByVal Function hour As
Integer, ByVal minute As Integer) As String
Dim answer As String
answer = hour & ": " & minute
Return answer
End Function

But at the time of passing an event created:
Public Event onTrack() How can I be able to pass it?
With < webmethod > I can not
Thanks for your aid
Jul 21 '05 #1
0 1001

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: R A | last post by:
Hi I have created a windows service. I need the service to monitor some file status for any changes in the file size. How can I have the service execute the monitor function lets say every 10...
7
by: Mike | last post by:
I want to create a windows service that will monitor another window service. what i need for the service to do is, if a service is stopped I need it to start the service back up example: ...
1
by: jose | last post by:
Hello!! I am trying to declare an event in the service Web to soon be able to use it in the clients but there is no way. In order to declare a function in the service Web it is very simple: <...
4
by: Groundskeeper | last post by:
I can't seem to get a custom UnhandledException handler working for a Windows Service I'm writing in VB.NET. I've read the MSDN and tried various different placements of the AddHandler call, to no...
1
by: Turbo | last post by:
I need to be able to update the content on the client machine when a web service event is fired or an asynchronous callback routine is executed. For example, I open a page that will display a...
1
by: vul | last post by:
I created Windows Service in VB.Net with the name MSFaxListener. It should listen Windows Fax Service events and update SQL Server database when fax job changes it's status. In order to do that in...
0
by: Steven Livingstone | last post by:
Anyone done any work or know of much work in WSE on web service events such as the WS-Events spec? steven :: http://stevenR2.com
2
by: r norman | last post by:
Please excuse the cross-posting. This question was raised in microsoft.public.dotnet.general but hasn't been answered so I am trying where I can. There are two of us who have the same problem...
1
by: vovan | last post by:
Sorry if my post doesn't belong here. I created Windows Service in VB 2005. It works to listen Microsoft Fax service events and update SQL Server db with the result of fax jobs submitted to MS...
0
by: Rotsey | last post by:
Hi, I am developing a webservice with VS2005 on XP Pro Using IIS as my sever. When I instantiate my service from say a win forms app, does a Session get created for each instantiaion of the...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.