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
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
Comment