/// <remarks/>
 public void UpdateCDNManagerAsync(UpdateCDNManagerRequestType UpdateCDNManagerRequest, object userState) {
     if ((this.UpdateCDNManagerOperationCompleted == null)) {
         this.UpdateCDNManagerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCDNManagerOperationCompleted);
     }
     this.InvokeAsync("UpdateCDNManager", new object[] {
                 UpdateCDNManagerRequest}, this.UpdateCDNManagerOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateCDNManagerAsync(UpdateCDNManagerRequestType UpdateCDNManagerRequest) {
     this.UpdateCDNManagerAsync(UpdateCDNManagerRequest, null);
 }