Async Web Service - Is BeginFunction/End Function required?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lucas Tam

    Async Web Service - Is BeginFunction/End Function required?

    Hi all,

    In some examples online, the authors explicitly define a BeginFunction and
    EndFunction for async web services. Is this truely required? Will the built
    in BeginFunction/EndFunction methods suffice (VS.NET or .NET 1.1 seems to
    pregenerate a Begin/End method for each of my functions in my web service)?

    Is there any advantage to writing your own BeginFunction/EndFunction?

    Thanks.

    --
    Lucas Tam (REMOVEnntp@rog ers.com)
    Please delete "REMOVE" from the e-mail address when replying.

Working...