The Cancel button of the Cancelable Progress dialog does not cancel the progress initiated by the CancelableProgressorSource in the ArcGIS Pro SDK for .NET.
ArcGIS Pro SDK for .NET
漏洞 ID 编号
BUG-000177060
已提交
June 10, 2025
上次修改时间
June 30, 2025
适用范围
ArcGIS Pro SDK for .NET
找到的版本
3.5
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Use the following syntax for invoking the progressor:
ProgressDialog progressDialog = new ProgressDialog("Evaluating Layers", "Process Canceled");
CancelableProgressorSource cps = new CancelableProgressorSource(progressDialog);
Refer to this documentation: https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-Framework#progressor---cancelable for more information.