Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNOResponse> UpdateCreateDateViaShpNOAsync(string shpNO)
 {
     Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequest inValue = new Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequest();
     inValue.Body       = new Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequestBody();
     inValue.Body.shpNO = shpNO;
     return(((Kerry.ITS.JobFactoryServiceReference.JobFactorySoap)(this)).UpdateCreateDateViaShpNOAsync(inValue));
 }
Exemplo n.º 2
0
 public int UpdateCreateDateViaShpNO(string shpNO)
 {
     Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequest inValue = new Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequest();
     inValue.Body       = new Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequestBody();
     inValue.Body.shpNO = shpNO;
     Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNOResponse retVal = ((Kerry.ITS.JobFactoryServiceReference.JobFactorySoap)(this)).UpdateCreateDateViaShpNO(inValue);
     return(retVal.Body.UpdateCreateDateViaShpNOResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNOResponse> Kerry.ITS.JobFactoryServiceReference.JobFactorySoap.UpdateCreateDateViaShpNOAsync(Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequest request)
 {
     return(base.Channel.UpdateCreateDateViaShpNOAsync(request));
 }
Exemplo n.º 4
0
 Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNOResponse Kerry.ITS.JobFactoryServiceReference.JobFactorySoap.UpdateCreateDateViaShpNO(Kerry.ITS.JobFactoryServiceReference.UpdateCreateDateViaShpNORequest request)
 {
     return(base.Channel.UpdateCreateDateViaShpNO(request));
 }