Exemple #1
0
 public static GeoLocations GetLocations(this IWebsitesServiceManagement proxy, string regionName)
 {
     return(proxy.EndGetLocations(proxy.BeginGetLocations(regionName, null, null)));
 }