Exemple #1
0
 public static GeoRegions GetRegions(this IWebsitesServiceManagement proxy, bool listOnlyOnline)
 {
     return(proxy.EndGetRegions(proxy.BeginGetRegions(listOnlyOnline, null, null)));
 }