Forum Post: Re: Trapping For Close Of A .net Form While A Synchronous Appserver Call Is...

  • Thread starter Thread starter rblanchard
  • Start date Start date
Status
Not open for further replies.
R

rblanchard

Guest
Using an ASYNC call had issues in 11.0 where it would not work when using INPUT-OUTPUT datasets as shown below. I am not sure if this has been resolved or not. RUN ServiceInterface.p ON SERVER vhAppService ASYNCHRONOUS SET ah EVENT-PROCEDURE "CallService" IN hAsyncEventHandler (INPUT ipcEntityName, INPUT ipcOperationName, /* operation name */ INPUT-OUTPUT DATASET pdsContext, OUTPUT DATASET-HANDLE ophDataSet, INPUT-OUTPUT DATASET-HANDLE hNullDataSet, OUTPUT opcException).

Continue reading...
 
Status
Not open for further replies.
Back
Top