示例#1
0
 public BEpaymentResponse GenerarCIP(BEGenRequest objNMGenReq)
 {
     object[] results = this.Invoke("GenerarCIP", new object[] {
         objNMGenReq
     });
     return((BEpaymentResponse)(results[0]));
 }
示例#2
0
 /// <remarks/>
 public void GenerarCIPAsync(BEGenRequest objNMGenReq, object userState)
 {
     if ((this.GenerarCIPOperationCompleted == null))
     {
         this.GenerarCIPOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGenerarCIPOperationCompleted);
     }
     this.InvokeAsync("GenerarCIP", new object[] {
         objNMGenReq
     }, this.GenerarCIPOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void GenerarCIPAsync(BEGenRequest objNMGenReq)
 {
     this.GenerarCIPAsync(objNMGenReq, null);
 }