/// <remarks/>
 public void exportRecordsAsync(ExportRecordsRequest exportRecords1)
 {
     this.exportRecordsAsync(exportRecords1, null);
 }
 /// <remarks/>
 public void exportRecordsAsync(ExportRecordsRequest exportRecords1, object userState)
 {
     if ((this.exportRecordsOperationCompleted == null))
     {
         this.exportRecordsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnexportRecordsOperationCompleted);
     }
     this.InvokeAsync("exportRecords", new object[] {
                 exportRecords1}, this.exportRecordsOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginexportRecords(ExportRecordsRequest exportRecords1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("exportRecords", new object[] {
                 exportRecords1}, callback, asyncState);
 }