Пример #1
0
 public AxlNetClient.StandardResponse resetCommonPhoneConfig(AxlNetClient.NameAndGUIDRequest resetCommonPhoneConfig1)
 {
     AxlNetClient.resetCommonPhoneConfigRequest inValue = new AxlNetClient.resetCommonPhoneConfigRequest();
     inValue.resetCommonPhoneConfig = resetCommonPhoneConfig1;
     AxlNetClient.resetCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).resetCommonPhoneConfig(inValue);
     return(retVal.resetCommonPhoneConfigResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.resetCommonPhoneConfigResponse> resetCommonPhoneConfigAsync(AxlNetClient.NameAndGUIDRequest resetCommonPhoneConfig)
 {
     AxlNetClient.resetCommonPhoneConfigRequest inValue = new AxlNetClient.resetCommonPhoneConfigRequest();
     inValue.resetCommonPhoneConfig = resetCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).resetCommonPhoneConfigAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.resetCommonPhoneConfigResponse> AxlNetClient.AXLPort32.resetCommonPhoneConfigAsync(AxlNetClient.resetCommonPhoneConfigRequest request)
 {
     return(base.Channel.resetCommonPhoneConfigAsync(request));
 }
Пример #4
0
 AxlNetClient.resetCommonPhoneConfigResponse AxlNetClient.AXLPort32.resetCommonPhoneConfig(AxlNetClient.resetCommonPhoneConfigRequest request)
 {
     return(base.Channel.resetCommonPhoneConfig(request));
 }