BeginInvoke Methods

T

ticars

This is probably going to be obvious to most of you, but I can't seem
to figure out the answer. If I have a web service method that I want
to call from a remote application, do I need to call the BeginXXX and
EndXXX methods of that method? It seems to me it works fine without
them, even though they are in the template. What exactly do they do?
Thanks for any help
--Matt
 
T

Tom Porterfield

This is probably going to be obvious to most of you, but I can't seem
to figure out the answer. If I have a web service method that I want
to call from a remote application, do I need to call the BeginXXX and
EndXXX methods of that method? It seems to me it works fine without
them, even though they are in the template. What exactly do they do?
Thanks for any help
--Matt

They allow for calling the webservice asynchronously. If you don't need an
async call then you can simply call the XXX method rather than using
Begin/EndXXX.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top