Beispiel #1
0
 public void GetAllTerminalsAsync(TripDateMsg request)
 {
     this.GetAllTerminalsAsync(request, null);
 }
Beispiel #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);
 }
Beispiel #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);
 }
Beispiel #4
0
 public TerminalComboResponse[] GetAllTerminalsAndMates(TripDateMsg request)
 {
     object[] results = this.Invoke("GetAllTerminalsAndMates", new object[] {
                 request});
     return ((TerminalComboResponse[])(results[0]));
 }
Beispiel #5
0
 public RouteBriefResponse[] GetAllRoutesHavingServiceDisruptions(TripDateMsg request)
 {
     object[] results = this.Invoke("GetAllRoutesHavingServiceDisruptions", new object[] {
                 request});
     return ((RouteBriefResponse[])(results[0]));
 }
Beispiel #6
0
 public void GetAllRoutesHavingServiceDisruptionsAsync(TripDateMsg request)
 {
     this.GetAllRoutesHavingServiceDisruptionsAsync(request, null);
 }
Beispiel #7
0
 public void GetAllRoutesAsync(TripDateMsg request)
 {
     this.GetAllRoutesAsync(request, null);
 }
Beispiel #8
0
 public RouteResponse[] GetAllRouteDetails(TripDateMsg request)
 {
     object[] results = this.Invoke("GetAllRouteDetails", new object[] {
                 request});
     return ((RouteResponse[])(results[0]));
 }
Beispiel #9
0
 public System.IAsyncResult BeginGetAllTerminalsAndMates(TripDateMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAllTerminalsAndMates", new object[] {
                 request}, callback, asyncState);
 }
Beispiel #10
0
 public System.IAsyncResult BeginGetAllRoutesHavingServiceDisruptions(TripDateMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAllRoutesHavingServiceDisruptions", new object[] {
                 request}, callback, asyncState);
 }
Beispiel #11
0
 public System.IAsyncResult BeginGetAllRouteDetails(TripDateMsg request, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAllRouteDetails", new object[] {
                 request}, callback, asyncState);
 }