var items = server.GetItemsInRange(1000);
var items = server.GetItemsInRange(500).OrderBy(i => i.DistanceFromServer);Package library: This example extends the functionality of the Server Mobile GetItemsInRange method by using Linq to sort the items based on their distance. It uses the same package library as the previous example.