コード例 #1
0
 public SCG.eAccounting.Interface.ImageFileIO.PDFService.PdfRequestStatus GetStatus(string strID)
 {
     SCG.eAccounting.Interface.ImageFileIO.PDFService.GetStatusRequest inValue = new SCG.eAccounting.Interface.ImageFileIO.PDFService.GetStatusRequest();
     inValue.Body       = new SCG.eAccounting.Interface.ImageFileIO.PDFService.GetStatusRequestBody();
     inValue.Body.strID = strID;
     SCG.eAccounting.Interface.ImageFileIO.PDFService.GetStatusResponse retVal = ((SCG.eAccounting.Interface.ImageFileIO.PDFService.PDFCreatorWebServiceSoap)(this)).GetStatus(inValue);
     return(retVal.Body.GetStatusResult);
 }
コード例 #2
0
 SCG.eAccounting.Interface.ImageFileIO.PDFService.GetStatusResponse SCG.eAccounting.Interface.ImageFileIO.PDFService.PDFCreatorWebServiceSoap.GetStatus(SCG.eAccounting.Interface.ImageFileIO.PDFService.GetStatusRequest request)
 {
     return(base.Channel.GetStatus(request));
 }