DuraSoft
.NET-77
Making an Asynchronous call
•Your proxy has three special methods for each web service methods:
–yourWebServiceMethod [example: temperature]
–BeginyourWebServiceMethod [Begintemperature]
–EndyourWebServiceMethods [Endtemperature]
•You can
–invoke the Being… method
–go about doing other things you have to do
–finally, when you are ready, call the End… method
•