コード例 #1
0
 public static WebSpace CreateWebSpace(this IWebsitesServiceManagement proxy, string subscriptionId, bool allowPendingState, WebSpace webSpace)
 {
     return(proxy.EndCreateWebSpace(proxy.BeginCreateWebSpace(subscriptionId, allowPendingState, webSpace, null, null)));
 }