示例#1
0
        public byte[] BoletoCaixa(BoletoCaixa boleto)
        {
            object[] results = this.Invoke("BoletoCaixa", new object[] {
                boleto
            });

            return((byte[])(results[0]));
        }
示例#2
0
 /// <remarks/>
 public void BoletoCaixaAsync(BoletoCaixa boleto, object userState)
 {
     if ((this.BoletoCaixaOperationCompleted == null))
     {
         this.BoletoCaixaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnBoletoCaixaOperationCompleted);
     }
     this.InvokeAsync("BoletoCaixa", new object[] {
         boleto
     }, this.BoletoCaixaOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void BoletoCaixaAsync(BoletoCaixa boleto)
 {
     this.BoletoCaixaAsync(boleto, null);
 }