/// <remarks/>
 public void RecoverRTTMIPAsync(RecoverRTTMIPRequestType RecoverRTTMIPRequest, object userState) {
     if ((this.RecoverRTTMIPOperationCompleted == null)) {
         this.RecoverRTTMIPOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRecoverRTTMIPOperationCompleted);
     }
     this.InvokeAsync("RecoverRTTMIP", new object[] {
                 RecoverRTTMIPRequest}, this.RecoverRTTMIPOperationCompleted, userState);
 }
 /// <remarks/>
 public void RecoverRTTMIPAsync(RecoverRTTMIPRequestType RecoverRTTMIPRequest) {
     this.RecoverRTTMIPAsync(RecoverRTTMIPRequest, null);
 }