Hi,
I am facing a problem of the process being triggered again, after thread abort of sandbox solution webpart on SharePoint 2013 Online.
I have created a sandboxed solution webpart and deployed it on SharePoint 2013 Online. The webpart contains two buttons. The click event of the buttons is added in CreateChildControls methods. On the click of the first button, the process completes in 1 second.
On click of the second button, the process takes more than 30 seconds to complete. As a result, the thread aborts and the process being aborted is triggered again. This creates duplicate processing.
If I deploy the same solution on a SharePoint 2010 environment, the process is not triggered again after being aborted.
I am fine with the thread being aborted, but I am not able to understand why the process is being triggered again.
I want to stop the process from being triggered again after getting aborted.
Any help would be appreciated.