예제 #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));
 }
예제 #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);
 }
예제 #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));
 }
예제 #4
0
 KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDResponse KY_Soap_Test.ServiceReference1.BatchWebServiceInterface.GetDownloadFilesByTPID(KY_Soap_Test.ServiceReference1.GetDownloadFilesByTPIDRequest request)
 {
     return(base.Channel.GetDownloadFilesByTPID(request));
 }