Ejemplo n.º 1
0
 public InterestBillCheck[] SelectsInterestBill(InterestBillCheck bfc)
 {
     object[] results = this.Invoke("SelectsInterestBill", new object[] {
         bfc
     });
     return((InterestBillCheck[])(results[0]));
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void SelectsInterestBillAsync(InterestBillCheck bfc, object userState)
 {
     if ((this.SelectsInterestBillOperationCompleted == null))
     {
         this.SelectsInterestBillOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSelectsInterestBillOperationCompleted);
     }
     this.InvokeAsync("SelectsInterestBill", new object[] {
         bfc
     }, this.SelectsInterestBillOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void SelectsInterestBillAsync(InterestBillCheck bfc)
 {
     this.SelectsInterestBillAsync(bfc, null);
 }