[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: calling asynchronous appserver procedure from class

  • Thread starter Thread starter jquerijero
  • Start date Start date
Status
Not open for further replies.
J

jquerijero

Guest
Just one note, you will need to track if the callback already happened before killing the persistent procedure, which is very like being cleaned up when the class is freed up. You will get a run-time error when the async comes back and can't find the callback handler.

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