コード例 #1
0
ファイル: Reference.cs プロジェクト: Roychavez15/SoftCRP
 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));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Roychavez15/SoftCRP
 System.Threading.Tasks.Task <WSIturanNextTrips.GetNextRegionEventsResponse> WSIturanNextTrips.ManagedServicesSoap.GetNextRegionEventsAsync(WSIturanNextTrips.GetNextRegionEventsRequest request)
 {
     return(base.Channel.GetNextRegionEventsAsync(request));
 }