| Exception | Description | 
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. | 
//Refresh the layout view. //Process on worker thread await QueuedTask.Run(() => layoutView.Refresh());
Target Platforms: Windows 11, Windows 10