示例#1
0
 public AxlNetClient.StandardResponse updateFacInfo(AxlNetClient.UpdateFacInfoReq updateFacInfo1)
 {
     AxlNetClient.updateFacInfoRequest inValue = new AxlNetClient.updateFacInfoRequest();
     inValue.updateFacInfo = updateFacInfo1;
     AxlNetClient.updateFacInfoResponse retVal = ((AxlNetClient.AXLPort14)(this)).updateFacInfo(inValue);
     return(retVal.updateFacInfoResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateFacInfoResponse> updateFacInfoAsync(AxlNetClient.UpdateFacInfoReq updateFacInfo)
 {
     AxlNetClient.updateFacInfoRequest inValue = new AxlNetClient.updateFacInfoRequest();
     inValue.updateFacInfo = updateFacInfo;
     return(((AxlNetClient.AXLPort14)(this)).updateFacInfoAsync(inValue));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateFacInfoResponse> updateFacInfoAsync(AxlNetClient.UpdateFacInfoReq updateFacInfo)
 {
     return(axlPortClient14.updateFacInfoAsync(updateFacInfo));
 }
示例#4
0
 public AxlNetClient.StandardResponse updateFacInfo(AxlNetClient.UpdateFacInfoReq updateFacInfo1)
 {
     return(axlPortClient14.updateFacInfo(updateFacInfo1));
 }