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

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
F

frank.meulblok

Guest
You could avoid having the class instance getting freed/deleted before the async requests have completed. You could also avoid that by having the persistent procedure delete itself at the end of the event procedure, instead of wiring that into the class' destructor. Of course if you go that route, you want to start off the event procedure with makeing sure the class instance is still around to invoke the method, and either raise an error or discard the response if it isn't.

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