コード例 #1
0
ファイル: Reference.cs プロジェクト: javiprieto89/fea
 /// <remarks/>
 public void receiveFacturasConSchemaAsync(lote_comprobantes lote_comprobantes) {
     this.receiveFacturasConSchemaAsync(lote_comprobantes, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: javiprieto89/fea
 /// <remarks/>
 public void receiveFacturasConSchemaAsync(lote_comprobantes lote_comprobantes, object userState) {
     if ((this.receiveFacturasConSchemaOperationCompleted == null)) {
         this.receiveFacturasConSchemaOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreceiveFacturasConSchemaOperationCompleted);
     }
     this.InvokeAsync("receiveFacturasConSchema", new object[] {
                 lote_comprobantes}, this.receiveFacturasConSchemaOperationCompleted, userState);
 }