Ejemplo n.º 1
0
 public void GetTodaysScheduleByTerminalComboAsync(TerminalComboTodayMsg request, object userState)
 {
     if ((this.GetTodaysScheduleByTerminalComboOperationCompleted == null)) {
         this.GetTodaysScheduleByTerminalComboOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetTodaysScheduleByTerminalComboCompleted);
     }
     this.InvokeAsync("GetTodaysScheduleByTerminalCombo", new object[] {
                 request}, this.GetTodaysScheduleByTerminalComboOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 public SchedResponse GetTodaysScheduleByTerminalCombo(TerminalComboTodayMsg request)
 {
     object[] results = this.Invoke("GetTodaysScheduleByTerminalCombo", new object[] {
                 request});
     return ((SchedResponse)(results[0]));
 }
Ejemplo n.º 3
0
 public void GetTodaysScheduleByTerminalComboAsync(TerminalComboTodayMsg request)
 {
     this.GetTodaysScheduleByTerminalComboAsync(request, null);
 }
Ejemplo n.º 4
0
 public System.IAsyncResult BeginGetTodaysScheduleByTerminalCombo(TerminalComboTodayMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetTodaysScheduleByTerminalCombo", new object[] {
                 request}, callback, asyncState);
 }