Team-
I am trying to call asynchronously a BSFN from another BSFN. I basically want the calling BSFN to trigger the other BSFN just before the end of the code, and finish while the other BSFN runs.
I have come across this API JdeCallObjectThreaded, but it is making unstable my fat client after I run it, I am missing something probably.
Have you used this API? There is a join function that I don't want to call, since I want the BSFN that is calling to continue and finish while the other runs. Do I need to call the join function? If not, what do I do with the handle the first function returns? I am freeing this handle now and maybe I should not.
If you have done this, do you have some sample code on how to use it?
Do you have other suggestions for async BSFN calls?
Thank you
I am trying to call asynchronously a BSFN from another BSFN. I basically want the calling BSFN to trigger the other BSFN just before the end of the code, and finish while the other BSFN runs.
I have come across this API JdeCallObjectThreaded, but it is making unstable my fat client after I run it, I am missing something probably.
Have you used this API? There is a join function that I don't want to call, since I want the BSFN that is calling to continue and finish while the other runs. Do I need to call the join function? If not, what do I do with the handle the first function returns? I am freeing this handle now and maybe I should not.
If you have done this, do you have some sample code on how to use it?
Do you have other suggestions for async BSFN calls?
Thank you