/// <remarks/>
 public void doSendRefundFormsAsync(string sessionhandle, SendRefundFormStruct[] sendrefundformsdataarr)
 {
     this.doSendRefundFormsAsync(sessionhandle, sendrefundformsdataarr, null);
 }
 /// <remarks/>
 public void doSendRefundFormsAsync(string sessionhandle, SendRefundFormStruct[] sendrefundformsdataarr, object userState)
 {
     if ((this.doSendRefundFormsOperationCompleted == null)) {
         this.doSendRefundFormsOperationCompleted = new System.Threading.SendOrPostCallback(this.OndoSendRefundFormsOperationCompleted);
     }
     this.InvokeAsync("doSendRefundForms", new object[] {
                 sessionhandle,
                 sendrefundformsdataarr}, this.doSendRefundFormsOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BegindoSendRefundForms(string sessionhandle, SendRefundFormStruct[] sendrefundformsdataarr, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("doSendRefundForms", new object[] {
                 sessionhandle,
                 sendrefundformsdataarr}, callback, asyncState);
 }