You create an isntance of a BackgroundWorker Component named backgroundworker1.You discover that when the application attempts to cancel the background process you get an exception from the following code segment:
backgroundworker1.CancelAsync();
You need to configure the BackgroundWorker component appropriately to prevent to application from exception.What should you do?()