Is there an example of calling GetImageAsync on an ArcGISDynamicMapServiceLayer? I'm stumped as to how to get a reference to an ImageParameters object. In the JavaScript API there's a constructor for it.
Update: I was able to work around it by making the REST call directly. I would have liked a simpler solution.