Exemplo n.º 1
0
 public static WebSpaces GetWebSpaces(this IWebsitesServiceManagement proxy, string subscriptionId)
 {
     return(proxy.EndGetWebSpaces(proxy.BeginGetWebSpaces(subscriptionId, null, null)));
 }