/// <remarks/>
 public void CreateRPRecordAsync(CreateRPRecordRequestType CreateRPRecordRequest, object userState) {
     if ((this.CreateRPRecordOperationCompleted == null)) {
         this.CreateRPRecordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateRPRecordOperationCompleted);
     }
     this.InvokeAsync("CreateRPRecord", new object[] {
                 CreateRPRecordRequest}, this.CreateRPRecordOperationCompleted, userState);
 }
 /// <remarks/>
 public void CreateRPRecordAsync(CreateRPRecordRequestType CreateRPRecordRequest) {
     this.CreateRPRecordAsync(CreateRPRecordRequest, null);
 }