Esempio n. 1
0
 public AxlNetClient.ListCommonPhoneConfigRes listCommonPhoneConfig(AxlNetClient.ListCommonPhoneConfigReq listCommonPhoneConfig1)
 {
     AxlNetClient.listCommonPhoneConfigRequest inValue = new AxlNetClient.listCommonPhoneConfigRequest();
     inValue.listCommonPhoneConfig = listCommonPhoneConfig1;
     AxlNetClient.listCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).listCommonPhoneConfig(inValue);
     return(retVal.listCommonPhoneConfigResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listCommonPhoneConfigResponse> listCommonPhoneConfigAsync(AxlNetClient.ListCommonPhoneConfigReq listCommonPhoneConfig)
 {
     AxlNetClient.listCommonPhoneConfigRequest inValue = new AxlNetClient.listCommonPhoneConfigRequest();
     inValue.listCommonPhoneConfig = listCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).listCommonPhoneConfigAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.listCommonPhoneConfigResponse> AxlNetClient.AXLPort32.listCommonPhoneConfigAsync(AxlNetClient.listCommonPhoneConfigRequest request)
 {
     return(base.Channel.listCommonPhoneConfigAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.listCommonPhoneConfigResponse AxlNetClient.AXLPort32.listCommonPhoneConfig(AxlNetClient.listCommonPhoneConfigRequest request)
 {
     return(base.Channel.listCommonPhoneConfig(request));
 }