Example #1
0
 /// <remarks/>
 public void FEConsultaCAERequestAsync(FEAuthRequest argAuth, FEConsultaCAEReq argCAERequest) {
     this.FEConsultaCAERequestAsync(argAuth, argCAERequest, null);
 }
Example #2
0
 /// <remarks/>
 public void FEConsultaCAERequestAsync(FEAuthRequest argAuth, FEConsultaCAEReq argCAERequest, object userState) {
     if ((this.FEConsultaCAERequestOperationCompleted == null)) {
         this.FEConsultaCAERequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFEConsultaCAERequestOperationCompleted);
     }
     this.InvokeAsync("FEConsultaCAERequest", new object[] {
                 argAuth,
                 argCAERequest}, this.FEConsultaCAERequestOperationCompleted, userState);
 }
Example #3
0
 /// <remarks/>
 public void FEAutRequestAsync(FEAuthRequest argAuth, FERequest Fer) {
     this.FEAutRequestAsync(argAuth, Fer, null);
 }
Example #4
0
 public FEConsultaCAEResponse FEConsultaCAERequest(FEAuthRequest argAuth, FEConsultaCAEReq argCAERequest) {
     object[] results = this.Invoke("FEConsultaCAERequest", new object[] {
                 argAuth,
                 argCAERequest});
     return ((FEConsultaCAEResponse)(results[0]));
 }
Example #5
0
 /// <remarks/>
 public void FEUltNroRequestAsync(FEAuthRequest argAuth) {
     this.FEUltNroRequestAsync(argAuth, null);
 }
Example #6
0
 public FEResponse FEAutRequest(FEAuthRequest argAuth, FERequest Fer) {
     object[] results = this.Invoke("FEAutRequest", new object[] {
                 argAuth,
                 Fer});
     return ((FEResponse)(results[0]));
 }
Example #7
0
 public FEUltNroResponse FEUltNroRequest(FEAuthRequest argAuth) {
     object[] results = this.Invoke("FEUltNroRequest", new object[] {
                 argAuth});
     return ((FEUltNroResponse)(results[0]));
 }
Example #8
0
 /// <remarks/>
 public void FERecuperaLastCMPRequestAsync(FEAuthRequest argAuth, FELastCMPtype argTCMP, object userState) {
     if ((this.FERecuperaLastCMPRequestOperationCompleted == null)) {
         this.FERecuperaLastCMPRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFERecuperaLastCMPRequestOperationCompleted);
     }
     this.InvokeAsync("FERecuperaLastCMPRequest", new object[] {
                 argAuth,
                 argTCMP}, this.FERecuperaLastCMPRequestOperationCompleted, userState);
 }
Example #9
0
 /// <remarks/>
 public void FERecuperaLastCMPRequestAsync(FEAuthRequest argAuth, FELastCMPtype argTCMP) {
     this.FERecuperaLastCMPRequestAsync(argAuth, argTCMP, null);
 }
Example #10
0
 public FERecuperaLastCMPResponse FERecuperaLastCMPRequest(FEAuthRequest argAuth, FELastCMPtype argTCMP) {
     object[] results = this.Invoke("FERecuperaLastCMPRequest", new object[] {
                 argAuth,
                 argTCMP});
     return ((FERecuperaLastCMPResponse)(results[0]));
 }
Example #11
0
 /// <remarks/>
 public void FERecuperaQTYRequestAsync(FEAuthRequest argAuth) {
     this.FERecuperaQTYRequestAsync(argAuth, null);
 }