Exemplo n.º 1
0
 /// <remarks/>
 public void EnviarLoteRpsAsync(EnviarLoteRpsEnvio EnviarLoteRpsEnvio, object userState) {
     if ((this.EnviarLoteRpsOperationCompleted == null)) {
         this.EnviarLoteRpsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEnviarLoteRpsOperationCompleted);
     }
     this.InvokeAsync("EnviarLoteRps", new object[] {
                 EnviarLoteRpsEnvio}, this.EnviarLoteRpsOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void EnviarLoteRpsAsync(EnviarLoteRpsEnvio EnviarLoteRpsEnvio) {
     this.EnviarLoteRpsAsync(EnviarLoteRpsEnvio, null);
 }