Exemplo n.º 1
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));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <WSIturanNextTrips.GetNextOnlineMsgsResponse> WSIturanNextTrips.ManagedServicesSoap.GetNextOnlineMsgsAsync(WSIturanNextTrips.GetNextOnlineMsgsRequest request)
 {
     return(base.Channel.GetNextOnlineMsgsAsync(request));
 }