/// <remarks/>
 public void UpdateRPRecordAsync(UpdateRPRecordRequestType UpdateRPRecordRequest, object userState) {
     if ((this.UpdateRPRecordOperationCompleted == null)) {
         this.UpdateRPRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateRPRecordOperationCompleted);
     }
     this.InvokeAsync("UpdateRPRecord", new object[] {
                 UpdateRPRecordRequest}, this.UpdateRPRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void UpdateRPRecordAsync(UpdateRPRecordRequestType UpdateRPRecordRequest) {
     this.UpdateRPRecordAsync(UpdateRPRecordRequest, null);
 }