예제 #1
0
 public System.Threading.Tasks.Task <ServiceControl.KeepServiceReference.ExportCSVResponse> ExportCSVAsync(string receiveDate)
 {
     ServiceControl.KeepServiceReference.ExportCSVRequest inValue = new ServiceControl.KeepServiceReference.ExportCSVRequest();
     inValue.Body             = new ServiceControl.KeepServiceReference.ExportCSVRequestBody();
     inValue.Body.receiveDate = receiveDate;
     return(((ServiceControl.KeepServiceReference.KeepServiceSoap)(this)).ExportCSVAsync(inValue));
 }
예제 #2
0
 public string ExportCSV(string receiveDate)
 {
     ServiceControl.KeepServiceReference.ExportCSVRequest inValue = new ServiceControl.KeepServiceReference.ExportCSVRequest();
     inValue.Body             = new ServiceControl.KeepServiceReference.ExportCSVRequestBody();
     inValue.Body.receiveDate = receiveDate;
     ServiceControl.KeepServiceReference.ExportCSVResponse retVal = ((ServiceControl.KeepServiceReference.KeepServiceSoap)(this)).ExportCSV(inValue);
     return(retVal.Body.ExportCSVResult);
 }
예제 #3
0
 System.Threading.Tasks.Task <ServiceControl.KeepServiceReference.ExportCSVResponse> ServiceControl.KeepServiceReference.KeepServiceSoap.ExportCSVAsync(ServiceControl.KeepServiceReference.ExportCSVRequest request)
 {
     return(base.Channel.ExportCSVAsync(request));
 }
예제 #4
0
 ServiceControl.KeepServiceReference.ExportCSVResponse ServiceControl.KeepServiceReference.KeepServiceSoap.ExportCSV(ServiceControl.KeepServiceReference.ExportCSVRequest request)
 {
     return(base.Channel.ExportCSV(request));
 }