예제 #1
0
 /// <remarks/>
 public void RegistraLoteDocumentos2Async(LoteDocumentos LOTE, object userState) {
     if ((this.RegistraLoteDocumentos2OperationCompleted == null)) {
         this.RegistraLoteDocumentos2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegistraLoteDocumentos2OperationCompleted);
     }
     this.InvokeAsync("RegistraLoteDocumentos2", new object[] {
                 LOTE}, this.RegistraLoteDocumentos2OperationCompleted, userState);
 }
예제 #2
0
 /// <remarks/>
 public void RegistraLoteDocumentos2Async(LoteDocumentos LOTE) {
     this.RegistraLoteDocumentos2Async(LOTE, null);
 }