Hello all,
I'm primarily a Python guy, but I've been dabbling more in ArcGIS Pro SDK lately. I'm trying to convert some functionality over from Python into a workflow for a Pro add-in. During this process, I've quickly realized that some pieces are hard to find equivalents for, such as arcpy.da.ListReplicas().
So far in Pro SDK, I've learned how to access .sde database tables, but I was hoping there was an easy tool to allow me to get a list of replicas built from an enterprise database. I thought that await Geoprocessing.ExecuteToolsAsync("da.ListReplicas", parameters, flags, etc...) might work, but it did not. That may not be a compatible tool for that geoprocessing scenario though, so I'm not sure.
Anyway, thanks for any enlightenment.