示例#1
0
 public void GetScheduleByTerminalComboAsync(TerminalComboMsg request, object userState)
 {
     if ((this.GetScheduleByTerminalComboOperationCompleted == null)) {
         this.GetScheduleByTerminalComboOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetScheduleByTerminalComboCompleted);
     }
     this.InvokeAsync("GetScheduleByTerminalCombo", new object[] {
                 request}, this.GetScheduleByTerminalComboOperationCompleted, userState);
 }
示例#2
0
 public void GetScheduleByTerminalComboAsync(TerminalComboMsg request)
 {
     this.GetScheduleByTerminalComboAsync(request, null);
 }
示例#3
0
 public SchedResponse GetScheduleByTerminalCombo(TerminalComboMsg request)
 {
     object[] results = this.Invoke("GetScheduleByTerminalCombo", new object[] {
                 request});
     return ((SchedResponse)(results[0]));
 }
示例#4
0
 public void GetRoutesByTerminalComboAsync(TerminalComboMsg request)
 {
     this.GetRoutesByTerminalComboAsync(request, null);
 }
示例#5
0
 public RouteBriefResponse[] GetRoutesByTerminalCombo(TerminalComboMsg request)
 {
     object[] results = this.Invoke("GetRoutesByTerminalCombo", new object[] {
                 request});
     return ((RouteBriefResponse[])(results[0]));
 }
示例#6
0
 public System.IAsyncResult BeginGetScheduleByTerminalCombo(TerminalComboMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetScheduleByTerminalCombo", new object[] {
                 request}, callback, asyncState);
 }