I have examined the example presented. However I am wondering if this can work on more than one feature service, for example:
var Layer1 = new ArcGISDynamicMapServiceLayer("...parcel/MapServer", {opacity: 0.2});
var Layer3 = new ArcGISDynamicMapServiceLayer("...community/MapServer", {opacity: 0.2});
var Layer3 = new ArcGISDynamicMapServiceLayer("...valuation/MapServer", {opacity: 0.2});
How do I get the IdentifyTask to work on all three?