Ejemplo n.º 1
0
 /// <remarks/>
 public void HtmlPrybeAseguradorasAsync(Aseguradora[] listaAseguradoras, string FechaInicio, string FechaFin) {
     this.HtmlPrybeAseguradorasAsync(listaAseguradoras, FechaInicio, FechaFin, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void HtmlPrybeAseguradorasAsync(Aseguradora[] listaAseguradoras, string FechaInicio, string FechaFin, object userState) {
     if ((this.HtmlPrybeAseguradorasOperationCompleted == null)) {
         this.HtmlPrybeAseguradorasOperationCompleted = new System.Threading.SendOrPostCallback(this.OnHtmlPrybeAseguradorasOperationCompleted);
     }
     this.InvokeAsync("HtmlPrybeAseguradoras", new object[] {
                 listaAseguradoras,
                 FechaInicio,
                 FechaFin}, this.HtmlPrybeAseguradorasOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public string HtmlPrybeAseguradoras(Aseguradora[] listaAseguradoras, string FechaInicio, string FechaFin) {
     object[] results = this.Invoke("HtmlPrybeAseguradoras", new object[] {
                 listaAseguradoras,
                 FechaInicio,
                 FechaFin});
     return ((string)(results[0]));
 }