Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDResponse> GetDownloadFilesByTPIDAsync()
 {
     KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest inValue = new KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest();
     return(((KY_Soap_Test.ServiceReference1.BatchWebServiceInterface)(this)).GetDownloadFilesByTPIDAsync(inValue));
 }
Ejemplo n.º 2
0
 public string GetDownloadFilesByTPID()
 {
     KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest  inValue = new KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest();
     KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDResponse retVal  = ((KY_Soap_Test.ServiceReference1.BatchWebServiceInterface)(this)).GetDownloadFilesByTPID(inValue);
     return(retVal.GetDownloadFilesByTPIDResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDResponse> KY_Soap_Test.ServiceReference1.BatchWebServiceInterface.GetDownloadFilesByTPIDAsync(KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest request)
 {
     return(base.Channel.GetDownloadFilesByTPIDAsync(request));
 }
Ejemplo n.º 4
0
 KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDResponse KY_Soap_Test.ServiceReference1.BatchWebServiceInterface.GetDownloadFilesByTPID(KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest request)
 {
     return(base.Channel.GetDownloadFilesByTPID(request));
 }