/// <remarks/>
 public void RecoverGSLBAsync(RecoverGSLBRequestType RecoverGSLBRequest, object userState) {
     if ((this.RecoverGSLBOperationCompleted == null)) {
         this.RecoverGSLBOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRecoverGSLBOperationCompleted);
     }
     this.InvokeAsync("RecoverGSLB", new object[] {
                 RecoverGSLBRequest}, this.RecoverGSLBOperationCompleted, userState);
 }
 /// <remarks/>
 public void RecoverGSLBAsync(RecoverGSLBRequestType RecoverGSLBRequest) {
     this.RecoverGSLBAsync(RecoverGSLBRequest, null);
 }