Example #1
0
 public GetRouteAndDetailsRequest(WSIturanNextTrips.LoginInfo LoginInfo, string StartTime, string EndTime, string DeviceID)
 {
     this.LoginInfo = LoginInfo;
     this.StartTime = StartTime;
     this.EndTime   = EndTime;
     this.DeviceID  = DeviceID;
 }
Example #2
0
 public GetNextRegionEventsRequest(WSIturanNextTrips.LoginInfo LoginInfo, long LastTripID, int MaxRecords, string DeviceID, System.DateTime StartDate)
 {
     this.LoginInfo  = LoginInfo;
     this.LastTripID = LastTripID;
     this.MaxRecords = MaxRecords;
     this.DeviceID   = DeviceID;
     this.StartDate  = StartDate;
 }
Example #3
0
 public System.Threading.Tasks.Task <WSIturanNextTrips.GetRouteAndDetailsResponse> GetRouteAndDetailsAsync(WSIturanNextTrips.LoginInfo LoginInfo, string StartTime, string EndTime, string DeviceID)
 {
     WSIturanNextTrips.GetRouteAndDetailsRequest inValue = new WSIturanNextTrips.GetRouteAndDetailsRequest();
     inValue.LoginInfo = LoginInfo;
     inValue.StartTime = StartTime;
     inValue.EndTime   = EndTime;
     inValue.DeviceID  = DeviceID;
     return(((WSIturanNextTrips.ManagedServicesSoap)(this)).GetRouteAndDetailsAsync(inValue));
 }
Example #4
0
 public System.Threading.Tasks.Task <WSIturanNextTrips.GetNextRegionEventsResponse> GetNextRegionEventsAsync(WSIturanNextTrips.LoginInfo LoginInfo, long LastTripID, int MaxRecords, string DeviceID, System.DateTime StartDate)
 {
     WSIturanNextTrips.GetNextRegionEventsRequest inValue = new WSIturanNextTrips.GetNextRegionEventsRequest();
     inValue.LoginInfo  = LoginInfo;
     inValue.LastTripID = LastTripID;
     inValue.MaxRecords = MaxRecords;
     inValue.DeviceID   = DeviceID;
     inValue.StartDate  = StartDate;
     return(((WSIturanNextTrips.ManagedServicesSoap)(this)).GetNextRegionEventsAsync(inValue));
 }
Example #5
0
 public System.Threading.Tasks.Task <WSIturanNextTrips.GetNextOnlineMsgsResponse> GetNextOnlineMsgsAsync(WSIturanNextTrips.LoginInfo LoginInfo, long LastMsgID, string DeviceID)
 {
     WSIturanNextTrips.GetNextOnlineMsgsRequest inValue = new WSIturanNextTrips.GetNextOnlineMsgsRequest();
     inValue.LoginInfo = LoginInfo;
     inValue.LastMsgID = LastMsgID;
     inValue.DeviceID  = DeviceID;
     return(((WSIturanNextTrips.ManagedServicesSoap)(this)).GetNextOnlineMsgsAsync(inValue));
 }
Example #6
0
 public GetNextOnlineMsgsRequest(WSIturanNextTrips.LoginInfo LoginInfo, long LastMsgID, string DeviceID)
 {
     this.LoginInfo = LoginInfo;
     this.LastMsgID = LastMsgID;
     this.DeviceID  = DeviceID;
 }
Example #7
0
 public GetNextEventsRequest(WSIturanNextTrips.LoginInfo LoginInfo, long LastTripID, string DeviceID)
 {
     this.LoginInfo  = LoginInfo;
     this.LastTripID = LastTripID;
     this.DeviceID   = DeviceID;
 }