コード例 #1
0
 public AxlNetClient.StandardResponse applyLine(AxlNetClient.ApplyLineReq applyLine1)
 {
     AxlNetClient.applyLineRequest inValue = new AxlNetClient.applyLineRequest();
     inValue.applyLine = applyLine1;
     AxlNetClient.applyLineResponse retVal = ((AxlNetClient.AXLPort40)(this)).applyLine(inValue);
     return(retVal.applyLineResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyLineResponse> applyLineAsync(AxlNetClient.ApplyLineReq applyLine)
 {
     AxlNetClient.applyLineRequest inValue = new AxlNetClient.applyLineRequest();
     inValue.applyLine = applyLine;
     return(((AxlNetClient.AXLPort40)(this)).applyLineAsync(inValue));
 }
コード例 #3
0
 public System.Threading.Tasks.Task <AxlNetClient.applyLineResponse> applyLineAsync(AxlNetClient.ApplyLineReq applyLine)
 {
     return(axlPortClient40.applyLineAsync(applyLine));
 }
コード例 #4
0
 public AxlNetClient.StandardResponse applyLine(AxlNetClient.ApplyLineReq applyLine1)
 {
     return(axlPortClient40.applyLine(applyLine1));
 }