Hi,
In the JavaScript API there is a (undocumented) property on the ArcGISTiledMapServiceLayer, "tileServers", where one can set an array of subdomains to use. This is a great work-around for the limit on simultaneous requests to the same domain that exists in most browsers. And with no need to create a custom layer.
Is this possible in the Silverlight API?