コード例 #1
0
ファイル: Reference.cs プロジェクト: Roychavez15/SoftCRP
 public System.Threading.Tasks.Task <WSIturanNextTrips.GetNextEventsResponse> GetNextEventsAsync(WSIturanNextTrips.LoginInfo LoginInfo, long LastTripID, string DeviceID)
 {
     WSIturanNextTrips.GetNextEventsRequest inValue = new WSIturanNextTrips.GetNextEventsRequest();
     inValue.LoginInfo  = LoginInfo;
     inValue.LastTripID = LastTripID;
     inValue.DeviceID   = DeviceID;
     return(((WSIturanNextTrips.ManagedServicesSoap)(this)).GetNextEventsAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Roychavez15/SoftCRP
 System.Threading.Tasks.Task <WSIturanNextTrips.GetNextEventsResponse> WSIturanNextTrips.ManagedServicesSoap.GetNextEventsAsync(WSIturanNextTrips.GetNextEventsRequest request)
 {
     return(base.Channel.GetNextEventsAsync(request));
 }