Esempio n. 1
0
 public QuoteResponse RateQuoteByAccountByTerminal(QuoteAccountByTerminalRequest request)
 {
     object[] results = this.Invoke("RateQuoteByAccountByTerminal", new object[] {
         request
     });
     return((QuoteResponse)(results[0]));
 }
Esempio n. 2
0
 /// <remarks/>
 public void RateQuoteByAccountByTerminalAsync(QuoteAccountByTerminalRequest request, object userState)
 {
     if ((this.RateQuoteByAccountByTerminalOperationCompleted == null))
     {
         this.RateQuoteByAccountByTerminalOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRateQuoteByAccountByTerminalOperationCompleted);
     }
     this.InvokeAsync("RateQuoteByAccountByTerminal", new object[] {
         request
     }, this.RateQuoteByAccountByTerminalOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void RateQuoteByAccountByTerminalAsync(QuoteAccountByTerminalRequest request)
 {
     this.RateQuoteByAccountByTerminalAsync(request, null);
 }