Example #1
0
 public void GetAllTerminalsAsync(TripDateMsg request)
 {
     this.GetAllTerminalsAsync(request, null);
 }
Example #2
0
 public void GetAllTerminalsAsync(TripDateMsg request, object userState)
 {
     if ((this.GetAllTerminalsOperationCompleted == null)) {
         this.GetAllTerminalsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAllTerminalsCompleted);
     }
     this.InvokeAsync("GetAllTerminals", new object[] {
                 request}, this.GetAllTerminalsOperationCompleted, userState);
 }
Example #3
0
 public void GetAllRoutesHavingServiceDisruptionsAsync(TripDateMsg request, object userState)
 {
     if ((this.GetAllRoutesHavingServiceDisruptionsOperationCompleted == null)) {
         this.GetAllRoutesHavingServiceDisruptionsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAllRoutesHavingServiceDisruptionsCompleted);
     }
     this.InvokeAsync("GetAllRoutesHavingServiceDisruptions", new object[] {
                 request}, this.GetAllRoutesHavingServiceDisruptionsOperationCompleted, userState);
 }
Example #4
0
 public TerminalComboResponse[] GetAllTerminalsAndMates(TripDateMsg request)
 {
     object[] results = this.Invoke("GetAllTerminalsAndMates", new object[] {
                 request});
     return ((TerminalComboResponse[])(results[0]));
 }
Example #5
0
 public RouteBriefResponse[] GetAllRoutesHavingServiceDisruptions(TripDateMsg request)
 {
     object[] results = this.Invoke("GetAllRoutesHavingServiceDisruptions", new object[] {
                 request});
     return ((RouteBriefResponse[])(results[0]));
 }
Example #6
0
 public void GetAllRoutesHavingServiceDisruptionsAsync(TripDateMsg request)
 {
     this.GetAllRoutesHavingServiceDisruptionsAsync(request, null);
 }
Example #7
0
 public void GetAllRoutesAsync(TripDateMsg request)
 {
     this.GetAllRoutesAsync(request, null);
 }
Example #8
0
 public RouteResponse[] GetAllRouteDetails(TripDateMsg request)
 {
     object[] results = this.Invoke("GetAllRouteDetails", new object[] {
                 request});
     return ((RouteResponse[])(results[0]));
 }
Example #9
0
 public System.IAsyncResult BeginGetAllTerminalsAndMates(TripDateMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAllTerminalsAndMates", new object[] {
                 request}, callback, asyncState);
 }
Example #10
0
 public System.IAsyncResult BeginGetAllRoutesHavingServiceDisruptions(TripDateMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAllRoutesHavingServiceDisruptions", new object[] {
                 request}, callback, asyncState);
 }
Example #11
0
 public System.IAsyncResult BeginGetAllRouteDetails(TripDateMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAllRouteDetails", new object[] {
                 request}, callback, asyncState);
 }