When I use the MapPrinterLayer and add the SqlServerFeatureLayer(which contains too many features) to it, I saw the MainThread is Frozen until all features are rendered, I mean DrawCore is run in the MainThread.
So my question is, how can I tell the MapPrinterLayer to run DrawCore in the background thread, like what we have in Non-PrinterLayer.