Beispiel #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);
 }
Beispiel #2
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));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.addCommonPhoneConfigResponse> AxlNetClient.AXLPort32.addCommonPhoneConfigAsync(AxlNetClient.addCommonPhoneConfigRequest request)
 {
     return(base.Channel.addCommonPhoneConfigAsync(request));
 }
Beispiel #4
0
 AxlNetClient.addCommonPhoneConfigResponse AxlNetClient.AXLPort32.addCommonPhoneConfig(AxlNetClient.addCommonPhoneConfigRequest request)
 {
     return(base.Channel.addCommonPhoneConfig(request));
 }