Parameters
- name
- String
| Exception | Description | 
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method must be called within the lambda passed to QueuedTask.Run. | 
//Modify an element's name. //Perform on the worker thread await QueuedTask.Run(() => { element.SetName("New Name"); });
Target Platforms: Windows 10, Windows 8.1