コード例 #1
0
 public AxlNetClient.GetCommonPhoneConfigRes getCommonPhoneConfig(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig1)
 {
     AxlNetClient.getCommonPhoneConfigRequest inValue = new AxlNetClient.getCommonPhoneConfigRequest();
     inValue.getCommonPhoneConfig = getCommonPhoneConfig1;
     AxlNetClient.getCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).getCommonPhoneConfig(inValue);
     return(retVal.getCommonPhoneConfigResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCommonPhoneConfigResponse> getCommonPhoneConfigAsync(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig)
 {
     return(axlPortClient32.getCommonPhoneConfigAsync(getCommonPhoneConfig));
 }
コード例 #3
0
 public AxlNetClient.GetCommonPhoneConfigRes getCommonPhoneConfig(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig1)
 {
     return(axlPortClient32.getCommonPhoneConfig(getCommonPhoneConfig1));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getCommonPhoneConfigResponse> getCommonPhoneConfigAsync(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig)
 {
     AxlNetClient.getCommonPhoneConfigRequest inValue = new AxlNetClient.getCommonPhoneConfigRequest();
     inValue.getCommonPhoneConfig = getCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).getCommonPhoneConfigAsync(inValue));
 }