Exemple #1
0
 public static WebSpace GetWebSpace(this IWebsitesServiceManagement proxy, string subscriptionId, string name)
 {
     return(proxy.EndGetWebSpace(proxy.BeginGetWebSpace(subscriptionId, name, null, null)));
 }