Exemplo n.º 1
0
 /// <remarks/>
 public void CONSULTAPROTOCOLOAsync(SDT_ConsultaProtocoloIn Sdt_consultaprotocoloin) {
     this.CONSULTAPROTOCOLOAsync(Sdt_consultaprotocoloin, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void CONSULTAPROTOCOLOAsync(SDT_ConsultaProtocoloIn Sdt_consultaprotocoloin, object userState) {
     if ((this.CONSULTAPROTOCOLOOperationCompleted == null)) {
         this.CONSULTAPROTOCOLOOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCONSULTAPROTOCOLOOperationCompleted);
     }
     this.InvokeAsync("CONSULTAPROTOCOLO", new object[] {
                 Sdt_consultaprotocoloin}, this.CONSULTAPROTOCOLOOperationCompleted, userState);
 }
Exemplo n.º 3
0
 public SDT_ConsultaProtocoloOut CONSULTAPROTOCOLO(SDT_ConsultaProtocoloIn Sdt_consultaprotocoloin) {
     object[] results = this.Invoke("CONSULTAPROTOCOLO", new object[] {
                 Sdt_consultaprotocoloin});
     return ((SDT_ConsultaProtocoloOut)(results[0]));
 }