Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This property must be called within the lambda passed to QueuedTask.Run |
ColorStyleItem colorItem = null; CIMColor color = await QueuedTask.Run<CIMColor>(() => { return colorItem.Color; });
Target Platforms: Windows 10, Windows 8.1