Webservice & AsyncCallback

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Welz

    Webservice & AsyncCallback

    Hello NG,


    i try to call a webservice-function with two parameters:

    wsfunction(a as AsyncCallback, b as IAsyncResult) as IAsyncResult

    The callbackaddress is a simple http-address.

    How I define as Datatyp AsyncCallback and IAsyncResult?


    Who can help?

    Best regards
    Michael


  • erymuzuan

    #2
    Re: Webservice & AsyncCallback

    This article will give you an in depth overview how to this correctly




    regards
    erymuzuan mustapa

    Michael Welz wrote:[color=blue]
    > Hello NG,
    >
    >
    > i try to call a webservice-function with two parameters:
    >
    > wsfunction(a as AsyncCallback, b as IAsyncResult) as IAsyncResult
    >
    > The callbackaddress is a simple http-address.
    >
    > How I define as Datatyp AsyncCallback and IAsyncResult?
    >
    >
    > Who can help?
    >
    > Best regards
    > Michael
    >
    >[/color]

    Comment

    • erymuzuan

      #3
      Re: Webservice & AsyncCallback

      This article will give you an in depth overview how to this correctly




      regards
      erymuzuan mustapa

      Michael Welz wrote:[color=blue]
      > Hello NG,
      >
      >
      > i try to call a webservice-function with two parameters:
      >
      > wsfunction(a as AsyncCallback, b as IAsyncResult) as IAsyncResult
      >
      > The callbackaddress is a simple http-address.
      >
      > How I define as Datatyp AsyncCallback and IAsyncResult?
      >
      >
      > Who can help?
      >
      > Best regards
      > Michael
      >
      >[/color]

      Comment

      Working...