Esempio n. 1
0
 public AxlNetClient.StandardResponse applyCommonPhoneConfig(AxlNetClient.NameAndGUIDRequest applyCommonPhoneConfig1)
 {
     AxlNetClient.applyCommonPhoneConfigRequest inValue = new AxlNetClient.applyCommonPhoneConfigRequest();
     inValue.applyCommonPhoneConfig = applyCommonPhoneConfig1;
     AxlNetClient.applyCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).applyCommonPhoneConfig(inValue);
     return(retVal.applyCommonPhoneConfigResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyCommonPhoneConfigResponse> applyCommonPhoneConfigAsync(AxlNetClient.NameAndGUIDRequest applyCommonPhoneConfig)
 {
     AxlNetClient.applyCommonPhoneConfigRequest inValue = new AxlNetClient.applyCommonPhoneConfigRequest();
     inValue.applyCommonPhoneConfig = applyCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).applyCommonPhoneConfigAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.applyCommonPhoneConfigResponse> AxlNetClient.AXLPort32.applyCommonPhoneConfigAsync(AxlNetClient.applyCommonPhoneConfigRequest request)
 {
     return(base.Channel.applyCommonPhoneConfigAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.applyCommonPhoneConfigResponse AxlNetClient.AXLPort32.applyCommonPhoneConfig(AxlNetClient.applyCommonPhoneConfigRequest request)
 {
     return(base.Channel.applyCommonPhoneConfig(request));
 }