Exemplo n.º 1
0
 /// <remarks/>
 public void FERecuperaLastCMPRequestAsync(FEAuthRequest argAuth, FELastCMPtype argTCMP) {
     this.FERecuperaLastCMPRequestAsync(argAuth, argTCMP, null);
 }
Exemplo n.º 2
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);
 }
Exemplo n.º 3
0
 public FERecuperaLastCMPResponse FERecuperaLastCMPRequest(FEAuthRequest argAuth, FELastCMPtype argTCMP) {
     object[] results = this.Invoke("FERecuperaLastCMPRequest", new object[] {
                 argAuth,
                 argTCMP});
     return ((FERecuperaLastCMPResponse)(results[0]));
 }