コード例 #1
0
 public AxlNetClient.StandardResponse addCommonPhoneConfig(AxlNetClient.AddCommonPhoneConfigReq addCommonPhoneConfig1)
 {
     AxlNetClient.addCommonPhoneConfigRequest inValue = new AxlNetClient.addCommonPhoneConfigRequest();
     inValue.addCommonPhoneConfig = addCommonPhoneConfig1;
     AxlNetClient.addCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).addCommonPhoneConfig(inValue);
     return(retVal.addCommonPhoneConfigResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addCommonPhoneConfigResponse> addCommonPhoneConfigAsync(AxlNetClient.AddCommonPhoneConfigReq addCommonPhoneConfig)
 {
     return(axlPortClient32.addCommonPhoneConfigAsync(addCommonPhoneConfig));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse addCommonPhoneConfig(AxlNetClient.AddCommonPhoneConfigReq addCommonPhoneConfig1)
 {
     return(axlPortClient32.addCommonPhoneConfig(addCommonPhoneConfig1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addCommonPhoneConfigResponse> addCommonPhoneConfigAsync(AxlNetClient.AddCommonPhoneConfigReq addCommonPhoneConfig)
 {
     AxlNetClient.addCommonPhoneConfigRequest inValue = new AxlNetClient.addCommonPhoneConfigRequest();
     inValue.addCommonPhoneConfig = addCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).addCommonPhoneConfigAsync(inValue));
 }