05-16-2022, 07:56 PM
This actually helped confirm something I was suspecting before lunch today. I though perhaps once the OK/Cancel button was pressed access to the out vars would disappear. So, I worked around this whole issue by adding a Button instead of ok/cancel that calls a HandleLicense function with WBButtonClickArgs... then once the processing is completed I call args.Window.Close to clear out the input dialog. It works now.
Unfortunately I'm stuck with a few async methods because I'm making websocket calls to AWS for licensing and that all requires async/await
Unfortunately I'm stuck with a few async methods because I'm making websocket calls to AWS for licensing and that all requires async/await