/// <remarks/>
 public void CreateZoneAsync(CreateZoneRequestType CreateZoneRequest, object userState) {
     if ((this.CreateZoneOperationCompleted == null)) {
         this.CreateZoneOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateZoneOperationCompleted);
     }
     this.InvokeAsync("CreateZone", new object[] {
                 CreateZoneRequest}, this.CreateZoneOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateZoneAsync(CreateZoneRequestType CreateZoneRequest) {
     this.CreateZoneAsync(CreateZoneRequest, null);
 }